How to backup and restore a Zope application
Hi, is there a way to backup and restore a Zope application so I can move it from a coputer to another? I have seen in the utility directory but I found only "load_site.py". Thanks. -- <jk> ___________________________________________________ http://space.tin.it/scuola/jkhaldi FreeBSD ~ The Power to Serve
Jilani Khaldi wrote:
is there a way to backup and restore a Zope application so I can move it from a coputer to another? I have seen in the utility directory but I found only "load_site.py". Thanks.
The Zope database is stored in var/Data.fs - that's most likely all you need for a backup. If you want to have the same Zope install running on a different computer and If you've installed Zope Products you'll also need to copy them from lib/python/Products, and any External Methods you added from Extensions/. -- Itamar S.T. itamar@maxnm.com "It don't get thingier than that!"
"Itamar" == Itamar Shtull-Trauring <itamar@maxnm.com> writes:
Itamar> Jilani Khaldi wrote: >> is there a way to backup and restore a Zope application so I can >> move it from a coputer to another? I have seen in the utility >> directory but I found only "load_site.py". Thanks. Itamar> The Zope database is stored in var/Data.fs - that's most likely Itamar> all you need for a backup. If you store anything in the Gadfly database which comes with Zope you also need ZOPE/var/gadfly . If your application uses any external methods you also need ZOPE/Extensions. If your application uses any products installed by you then you also need ZOPE/lib/python/Products. --M.
I just made this in zope and am testing it, I hope that you find it fun, tell me what you think, if you will. Any feedback would be loved, and thanks for all the help I recieved on this list. http://194.80.197.15:8080/sqladdaline josh on
participants (4)
-
Itamar Shtull-Trauring -
Jilani Khaldi -
josh on -
Michael Spalinski