[Setup] Again, a migration post!

R G atrium601 at gmail.com
Fri Jan 6 17:16:35 UTC 2006


Hi all.

I'm posting this error once again since I'm yet to get it solved!

I need to upgrade a plone 2.0.5 site to 2.1.1.

The source system specs are:
 Zope Version
  (Zope 2.7.5-final, python 2.3.5, linux2)
   Python Version
  2.3.5 (#2, May 4 2005, 08:51:39) [GCC 3.3.5 (Debian 1:3.3.5-12)]
   System Platform
  linux2

The destination system specs are:
 Zope Version
  (Zope 2.8.4-final, python 2.3.5, linux2)
   Python Version
  2.3.5 (#2, May 4 2005, 08:51:39) [GCC 3.3.5 (Debian 1:3.3.5-12)]
   System Platform
  linux2


Either exporting (zexp method) or copying the Data.fs results in the same
error.
My steps were:
- Installed zope 2.8.4-final, and created the instance
- Unpacked plone 2.1.1 to the instance products dir
- Added the products needed by the site (but did not replace any of the
products from 2.1.1)
- Imported the site (wich was ok)

Now, after reading several how-to's regarding migration 2.0 -> 2.1, all of
them insisted on some step envolving portal_atct (prior to running the
portal_migration "thing"). I do not have any portal_atct before I run the
migration, so I cannot do anything besides the migration!
Checking the products (several are broken, of course, before the migration)
I see that ATContentTypes is NOT broken, but it is a different version
(actual 1.0.1, source 0.2.0-rc4).
At this point I tried to run the migration, wich was ok, no errors reported.
I also tried to run the migration with ATCT 0.2.0, but I get this.

(Starting the migration from version: 2.0.5

   - Attempting to upgrade from: 2.0.5
   - Upgrade aborted
   - Error type: exceptions.AttributeError
   - Error value: portal_atct
   - File
   "/home/rg/zope_2.8_instance_alinex/Products/CMFPlone/MigrationTool.py", line
   265, in upgrade newv, msgs = self._upgrade(newv)
   - File
   "/home/rg/zope_2.8_instance_alinex/Products/CMFPlone/MigrationTool.py", line
   362, in _upgrade res = function(self.aq_parent)
   - File
   "/home/rg/zope_2.8_instance_alinex/Products/CMFPlone/migrations/v2_1/alphas.py",
   line 67, in two05_alpha1 migrateToATCT10(portal, out)
   - File
   "/home/rg/zope_2.8_instance_alinex/Products/CMFPlone/migrations/v2_1/alphas.py",
   line 295, in migrateToATCT10 tool = portal.portal_atct
   - End of upgrade path, migration has finished
   - The upgrade path did NOT reach current version
   - Migration has failed  )


After the portal_migration, I do indeed have portal_atct. I can then
recatalog cmf and at types (on the recatalog tab) and i can run fix (on the
type_migration tab). Although, I cannot run migrate (in the same tab), cause
I get this:

Couldn't migrate src_portal_type due to missing FTI
Couldn't migrate src_portal_type due to missing FTI
Couldn't migrate src_portal_type due to missing FTI
Couldn't migrate src_portal_type due to missing FTI
.....

Trying to view the portal results in the ever so enjoyable "recursion
error".

Any pointers, you guys?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plone.org/pipermail/plone-setup/attachments/20060106/eefc9652/attachment-0002.html>


More information about the Setup mailing list