Storing the entire Zope db to a file
Some idiot in the server room unplugged my server in his infinite wisdom, and now it seems my Z SQL Method product is mysteriously broken. I need to re-install Zope but I don't want to loose all my valuable work. How can I dump to a file and recover, but have everything still work on a totally different instance of Zope. This needs to work with installed products like my Oracle db adapter. -- Ken Kinder 303.381.7631
Am I being thick or can you just copy data.fs to your new install? (after you made sure the new install has all the necessary products installed...) Chris Ken Kinder wrote:
Some idiot in the server room unplugged my server in his infinite wisdom, and now it seems my Z SQL Method product is mysteriously broken. I need to re-install Zope but I don't want to loose all my valuable work.
How can I dump to a file and recover, but have everything still work on a totally different instance of Zope. This needs to work with installed products like my Oracle db adapter.
-- Ken Kinder 303.381.7631
_______________________________________________ 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 )
Hello,
Am I being thick or can you just copy data.fs to your new install? (after you made sure the new install has all the necessary products installed...)
This is correct. My data.fs has moved through several operating systems and architectures. Solid as a rock. Just ensure that you've got all the products you need installed in your new Zope instance. Mine now sits on an OpenBSD server, and it started on Linux x86, then moved to NT x86, then Linux MIPS, then NT x86, then W2K x86, now OpenBSD 2.6 x86. Luke
participants (3)
-
Chris Withers -
Ken Kinder -
Luke Tymowski