Hi, I'm trying to upgrade a Plone instance from v.3.1.2 to 3.1.5-1 on Windows using the official installer.
That's what I tried: - stopped Plone service - started Plone-3.1.5-1.exe (directory from 3.1.2 install was found automatically) - entered same admin data as in 3.1.2 - after successful installation I entered ZMI and clicked at /Plone/portal_migration Error message: Result of the attempt... Starting the migration from version: 3.1.2 Attempting to upgrade from: 3.1.2 Upgrade to: 3.1.3, completed Attempting to upgrade from: 3.1.3 Upgrade to: 3.1.4, completed Attempting to upgrade from: 3.1.4 Upgrade aborted Error type: exceptions.KeyError Error value: 'profile-Products.CMFPlone.migrations:3.1.3-3.1.4' File "C:\Plone3\Data\Products\CMFPlone\MigrationTool.py", line 210, in upgrade newv, msgs = self._upgrade(newv) File "C:\Plone3\Data\Products\CMFPlone\MigrationTool.py", line 321, in _upgrade res = function(self.aq_parent) File "C:\Plone3\Data\Products\CMFPlone\migrations\v3_1\final_three1x.py", line 15, in three14_three15 loadMigrationProfile(portal, 'profile-Products.CMFPlone.migrations:3.1.3-3.1.4') File "C:\Plone3\Data\Products\CMFPlone\migrations\migration_util.py", line 107, in loadMigrationProfile tool.runAllImportStepsFromProfile(profile, purge_old=False) File "C:\Plone3\Data\Products\GenericSetup\tool.py", line 390, in runAllImportStepsFromProfile ignore_dependencies=ignore_dependencies) File "C:\Plone3\Data\Products\GenericSetup\tool.py", line 1155, in _runImportStepsFromContext chain = self.getProfileDependencyChain( profile_id ) File "C:\Plone3\Data\Products\GenericSetup\tool.py", line 1135, in getProfileDependencyChain dependencies = self.getDependenciesForProfile( profile_id ) File "C:\Plone3\Data\Products\GenericSetup\tool.py", line 911, in getDependenciesForProfile raise KeyError, profile_id End of upgrade path, migration has finished The upgrade path did NOT reach current version Migration has failed So what am I doing wrong? Thanks in advance mamoel -- View this message in context: http://n2.nabble.com/Migration-from-v.3.1.2-to-3.1.5-1-fails-on-Windows-tp833484p833484.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
