Used buildout to upgrade from 3.2.2 to 3.3.5. After receiving complaints about python-setuptools being out-dated, I updated, and it continued flawlessly.
Upon rebooting, Plone shows the filesystem to be 3.3.5. But, when running the dry-run, I get the following error message. See below for full output. Any ideas? Error type: exceptions.KeyError Error value: 'profile-Products.CMFPlone.migrations:3.2.2-3.2.3' ------------------------------------------------ Dry run selected. Starting the migration from version: 3.2.2 Attempting to upgrade from: 3.2.2 Upgrade aborted Error type: exceptions.KeyError Error value: 'profile-Products.CMFPlone.migrations:3.2.2-3.2.3' File "/usr/local/Plone/buildout-cache/eggs/Plone-3.3.5-py2.4.egg/Products/CMFPlone/MigrationTool.py", line 210, in upgrade newv, msgs = self._upgrade(newv) File "/usr/local/Plone/buildout-cache/eggs/Plone-3.3.5-py2.4.egg/Products/CMFPlone/MigrationTool.py", line 321, in _upgrade res = function(self.aq_parent) File "/usr/local/Plone/buildout-cache/eggs/Plone-3.3.5-py2.4.egg/Products/CMFPlone/migrations/v3_2/__init__.py", line 27, in three22_three23 'profile-Products.CMFPlone.migrations:3.2.2-3.2.3') File "/usr/local/Plone/buildout-cache/eggs/Plone-3.3.5-py2.4.egg/Products/CMFPlone/migrations/migration_util.py", line 107, in loadMigrationProfile tool.runAllImportStepsFromProfile(profile, purge_old=False) File "/usr/local/Plone/buildout-cache/eggs/Products.GenericSetup-1.4.5-py2.4.egg/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile ignore_dependencies=ignore_dependencies) File "/usr/local/Plone/buildout-cache/eggs/Products.GenericSetup-1.4.5-py2.4.egg/Products/GenericSetup/tool.py", line 1152, in _runImportStepsFromContext chain = self.getProfileDependencyChain( profile_id ) File "/usr/local/Plone/buildout-cache/eggs/Products.GenericSetup-1.4.5-py2.4.egg/Products/GenericSetup/tool.py", line 1132, in getProfileDependencyChain dependencies = self.getDependenciesForProfile( profile_id ) File "/usr/local/Plone/buildout-cache/eggs/Products.GenericSetup-1.4.5-py2.4.egg/Products/GenericSetup/tool.py", line 910, in getDependenciesForProfile raise KeyError, profile_id End of upgrade path, migration has finished The upgrade path did NOT reach current version Migration has failed Dry run selected, transaction aborted -- View this message in context: http://plone.293351.n2.nabble.com/Cannot-upgrade-3-2-2-to-3-3-5-dry-run-failed-tp5257988p5257988.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
