Hi all, figured out my last post (Product question), and realise was being stupid, not quite understood the secuity model. another, does ZEO/ZEODB support replication yet? (in Zope 2.6?) if not, any suggestions on how to replicate Zope Objs? Matt
On Friday 10 January 2003 2:13 pm, Matthew Russell wrote:
another, does ZEO/ZEODB support replication yet? (in Zope 2.6?) if not, any suggestions on how to replicate Zope Objs?
There are several homebrew solutions for FileStorage in the archives. Perhaps: http://lists.zope.org/pipermail/zodb-dev/2002-October/003418.html "Zope Replication Service" A commercial product from Zope Corp http://www.zope.org/Wikis/ZODB/ZODBAddOns (is there a better url for this?) DirectoryStorage has an alpha-quality replication tool: http://dirstorage.sourceforge.net/replica.html -- Toby Dickenson http://www.geminidataloggers.com/people/tdickenson
On Fri, Jan 10, 2003 at 02:13:23PM +0000, Matthew Russell wrote:
Hi all,
figured out my last post (Product question), and realise was being stupid, not quite understood the secuity model.
another, does ZEO/ZEODB support replication yet? (in Zope 2.6?)
if not, any suggestions on how to replicate Zope Objs?
The whole database, or select ones? For backing up a whole ZODB, if you're using the default filestorage, we just talked about this a couple days ago in the "Thousands of Objects" thread. more information in the archives: http://zope.nipltd.com/public/lists/zope-archive.nsf/Main?SearchView=&Start=... For copying selected items, you could use zsyncer. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's TOFU ICE CREAM NEBULA! (courtesy of isometric.spaceninja.com)
participants (3)
-
Matthew Russell -
Paul Winkler -
Toby Dickenson