What is the best way to migrate a ZOPE 2.5.1 web site from one Solaris box to another. We have our test site ready for production release and need to bring it into production environment. We could build the ZOPE instance on the production box, install new products and import from test and export to production... but... is there a way to migrate the entire site, i.e. copy ZOPE instance dir and reconfig the paths to certain scripts?
You should have the same products and Zope versions on the test and production site. Copying over the Data.fs from test to production server should be sufficent to have a 1:1 copy of the test machine. Is this what you are looking for? --aj --On Freitag, 27. September 2002 07:42 -0400 eric.n.dunn@bankofamerica.com wrote:
What is the best way to migrate a ZOPE 2.5.1 web site from one Solaris box to another.
We have our test site ready for production release and need to bring it into production environment.
We could build the ZOPE instance on the production box, install new products and import from test and export to production... but... is there a way to migrate the entire site, i.e. copy ZOPE instance dir and reconfig the paths to certain scripts?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
eric.n.dunn@bankofamerica.com wrote:
What is the best way to migrate a ZOPE 2.5.1 web site from one Solaris box to another.
We have our test site ready for production release and need to bring it into production environment.
We could build the ZOPE instance on the production box, install new products and import from test and export to production... but... is there a way to migrate the entire site, i.e. copy ZOPE instance dir and reconfig the paths to certain scripts?
The easiest approach is if you have it set up using INSTANCE_HOME on both machines. Then you should just copy all the files from one machine to another, and all should be good to go. Far the easiest method. Later on you will also need to upgrade your existing objects. Then the process should be: copy Data.fs from production server. Test updates cript on development server Copy over files, products etc. restart production server run updatescript on production server Preferably all this should be automated! regards Max M "Skeptic Effect" or the "Randi Effect" When a skeptic is near, supernatural effects seem to disappear.
participants (3)
-
Andreas Jung -
eric.n.dunn@bankofamerica.com -
Max M