Re: [Zope] - database transfer
David Ascher wrote:
Is it easy to take the DB from a Zope server and plop it into another Zope server? I'm not talking about load-sharing, but staging of servers -- I tend to do my web management on a local machine, and have a periodic job upload the files into the less-easily configured 'public' server. Can I just tar the var/ directory and misc. external methods and move that over,
The short answer is yes. You'll need to be careful to shutdown the app before moving the files over. It might be nice to have a tool that makes this easier, or even allows it to be done without shutting down. If you want to pursue this, I'd be happy to help you get started.
or are there other dependencies?
Well, of course, both sites need to have the same products and other Python modules installed. Jim -- Jim Fulton mailto:jim@digicool.com Technical Director (540) 371-6909 Python Powered! Digital Creations http://www.digicool.com http://www.python.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
participants (1)
-
Jim Fulton