Hi, OK, we tried doing everything from scratch again.
Original environment: Zope 2.7.3/Plone 2.0.4 on server A (Redhat FC2) We want to migrate it to server B (RedHat FC4). 1. Installed Plone 2.5 (and Zope 2.9.3) using the Unified Installer 2. Copy over additional products from server A 3. shutdown instance on server A and server B 4. copy over server A's Data.fs to server B 5. start up instance on server B 6. goto ZMI on server B and run the migration tool Here's the result this time (see below). Are we doing something wrong? Thanks, Paul ------ Result of the attempt... Dry run selected. Starting the migration from version: 2.0.4 Attempting to upgrade from: 2.0.4 Upgrade to: 2.0.5-rc1, completed Attempting to upgrade from: 2.0.5-rc1 Upgrade to: 2.0.5-rc2, completed Attempting to upgrade from: 2.0.5-rc2 Renamed Folder 'properties' tab to 'edit'. Added 'folderlisting' action to Topics. Interchanged 'edit' and 'sharing' tabs. Upgrade to: 2.0.5, completed Attempting to upgrade from: 2.0.5 Upgrade aborted Error type: exceptions.AttributeError Error value: clear File "/opt/Plone-2.5/zeocluster/client1/Products/CMFPlone/MigrationTool.py", line 299, in upgrade newv, msgs = self._upgrade(newv) File "/opt/Plone-2.5/zeocluster/client1/Products/CMFPlone/MigrationTool.py", line 396, in _upgrade res = function(self.aq_parent) File "/opt/Plone-2.5/zeocluster/client1/Products/CMFPlone/migrations/v2_1/alphas.py", line 69, in two05_alpha1 migrateToATCT10(portal, out) File "/opt/Plone-2.5/zeocluster/client1/Products/CMFPlone/migrations/v2_1/alphas.py", line 298, in migrateToATCT10 tool.migrateToATCT() File "/opt/Plone-2.5/zeocluster/client1/Products/ATContentTypes/tool/migration.py", line 243, in migrateToATCT ignored, elapse, c_elapse = self.migrationRefreshPortalCatalog() File "/opt/Plone-2.5/zeocluster/client1/Products/ATContentTypes/tool/migration.py", line 284, in migrationRefreshPortalCatalog catalog.refreshCatalog(clear=1, pghandler=handler) File "/opt/Plone-2.5/lib/python/Products/ZCatalog/ZCatalog.py", line 288, in refreshCatalog cat.clear() File "/opt/Plone-2.5/lib/python/Products/ZCatalog/Catalog.py", line 108, in clear self.getIndex(index).clear() End of upgrade path, migration has finished The upgrade path did NOT reach current version Migration has failed Dry run selected, transaction aborted _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
