| 2 | |
| 3 | [[PageOutline]] |
| 4 | |
| 5 | == UPGRADE quintagroup.plonegooglesitemaps == |
| 6 | |
| 7 | If you want to upgrade quintagroup.plonegooglesitemaps from older package version to a newer one: |
| 8 | |
| 9 | * In your Zope instance configuration or buildout - replace old package version with a new one. |
| 10 | * Run Plone instance and reinstall package with Quickinstaller tool ("Add-on Products" in Plone Control Panel). |
| 11 | |
| 12 | == MIGRATE: Products.qPloneGoogleSitemaps -> quintagroup.plonegooglesitemaps == |
| 13 | |
| 14 | If your want to migrate from Products.qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps: |
| 15 | |
| 16 | * Add to new Plone instance/buildout both '''qPloneGoogleSitemaps''' product and last version of '''quintagroup.plonegooglesitemaps''' package. |
| 17 | * Copy Data.fs from old Plone instance to the new one. |
| 18 | * Start your new Zope instance/buildout. |
| 19 | |
| 20 | The following steps are to be performed in the Plone instance: |
| 21 | |
| 22 | * With portal_migration (ZMI) - upgrade plone instance. |
| 23 | * With Quickinstaller tool ("Add-on Products" in Plone Control Panel) deinstall old "Plone Google Sitemaps" product and install new version. |
| 24 | * Go to *Import* tab in portal_setup tool (ZMI), select '''Migrate from qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps''' profile from selection box and choose same-named import step and push '''Import selected steps''' button. |
| 25 | |
| 26 | And the last clean-up step: |
| 27 | |
| 28 | * Remove '''qPloneGoogleSitemaps''' product from your zope instance/buildout configuration. |