Migrate from standalone to ZEO

Hi and good day

I like share the SOLUTION with us, migration/convert Plone standalone to ZEO.

Easy migration from Plone Standalone to ZEO.

*First install zeo in machine ./install zeo
*Second run zeo:
./bin/zeoserver start
./bin/clientX start

*Check web: h ttp://xxZEO SERVER IPxx:8080 and create first plone site

*Stop all clients and zeoserver
*Copy datas from stand alone to ZEO
cp -Rpa /zeocluster/var/filestorage
cp -Rpa /zeocluster/blobstorage

*Rerun and start zeoserver and clients.
Check and VOILA!

BEST REGARDS

1 Like