[Zope] Upgrading from 2.6.0

Michael Brunnbauer brunni at netestate.de
Mon Jul 30 14:49:07 CEST 2018


hi all,

I was still running a 2.6.0-instance of Zope without upgrading it because
it was not publicly accessible. Big mistake! After upgrading from MySQL 5.5
to 5.6 the authentication protocol used by MySQL-python-0.9.0 is no longer
supported. The oldest version supporting the new protocol seems to be
MySQL-python-1.1.8 but Zope 2.6.0 comes with a precompiled Python 2.1.3
and MySQL-python-1.1.8 needs at least Python 2.3.

Now using the ZODB with Zope 2.13 does not work. I was hoping that 2.12.28
would work but

 virtualenv --no-site-packages 2.12.28
 cd 2.12.28
 ./bin/easy_install -i http://download.zope.org/Zope2/index/2.12.28 Zope2

will get me this:

 error: ClientForm 0.2.10 is installed but ClientForm==dev,>=0.2.6 is required by set(['mechanize'])

Any idea on how to best migrate to a recent version? Export/Import also was
not made for that job...

Regards,

Michael Brunnbauer

-- 
++  Michael Brunnbauer
++  netEstate GmbH
++  Geisenhausener Straße 11a
++  81379 München
++  Tel +49 89 32 19 77 80
++  Fax +49 89 32 19 77 89 
++  E-Mail brunni at netestate.de
++  https://www.netestate.de/
++
++  Sitz: München, HRB Nr.142452 (Handelsregister B München)
++  USt-IdNr. DE221033342
++  Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer
++  Prokurist: Dipl. Kfm. (Univ.) Markus Hendel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: not available
URL: <http://mail.zope.org/pipermail/zope/attachments/20180730/2199f781/attachment.sig>


More information about the Zope mailing list