Migrating Plone to different machine.
- Backup your database and pack
- Stop Plone and tar the whole directory for backup
- In the new machine- donwload the exact version of Plone
- Install the Plone
- Copy Data.fs file into the new Plone at var/filestorage
- Start your Plone
- This is it——
Upgrading Plone:
-
- change the buildout.cfg at
extends =
base.cfg
# versions.cfg
http://dist.plone.org/release/4.1-latest/versions.cfg
Change the URL to the desired version
- execute
bin/buildout
- This is it if there are no errors
Old Releases:
Documents
- http://docs.plone.org/manage/upgrading/plone4_minor_upgrade.html
- http://docs.plone.org/develop/plone/content/importexport.html
- http://docs.plone.org/manage/troubleshooting/buildout.html#buildout-and-syntaxerrors
- https://plone.org/documentation/manual/upgrade-guide/version/2.5-3.0/updating-2-5-3-to-3-0.3/migration-procedure
Upgrade from 4 to 5 References