Update Plone 4.2 to 4.3 - buildout-error

Hello

This case could be resolved: I managed to migrate the content to the new server with 4.2.5, could afterwards upgrade the new server according what we were working through in this topic to 4.2.6.
The finally needed steps were (just as a summary for somebody with a similar problem):

  • cd into zinstance-directory
  • source ../Python2.7/bin/activate
  • pip zc.buildout==2.5.0
  • edit buildout.cfg:
    [version]
    ...
    zc.buildout =
    setuptools =
  • change owner of buildout.cfg
  • comment "extensions = ..." in base.cfg

After these steps I could finally run buildout properly to update - task done, thank you!

If you are interested: I have now an issue after upgrading to version 5.0.7 in topic Ugrade 4.3.15 -> 5.0.7 seems ok but cannot upgrade site within browser - so my story is not finished yet...

Thank you again for your efforts and kind regards
David