Hi, I've just tried to install and setup the DBTab product on my existing Zope-2.6.1 server ; my goal is to be able to split my Zope database into several parts, to be able to manage them more easilly (for backups,...). So I'd like to have three FileStorage databases, called : - Users, to store my users properties (mount point: /intraforet/users) - Catalog, to store my catalog (mount point: /intraforet/if_catalog) - Main, to store all the other objects (mount point: /). "/intraforet" is a folder used as a VirtualSiteRoot for my site ; you'll find my corresponding dbtab.conf file joined to this mail. My problem is that the corresponding storages are created at startup, but there's never any object which is stored into it ; I've tried to delete and recreate my mount points, without any result. So here are my questions : - did I miss anything ? - can I setup DBTab for an already existing Zope site ? - can I use DBTab to store specific classes, like a whole ZCatalog ? - does the use of DBTab require any specific attention while writing Python products ? Thanks for any help. Thierry -- Linux every day, keeps Dr Watson away... http://gpc.sourceforge.net -- http://www.ulthar.net
Thierry FLORAC wrote:
My problem is that the corresponding storages are created at startup, but there's never any object which is stored into it ;
This isn't clear, can you try re-explaining?
- did I miss anything ?
Maybe ;-)
- can I setup DBTab for an already existing Zope site ?
Yes, but you'd have to be more specific abotu what you mean...
- can I use DBTab to store specific classes, like a whole ZCatalog ?
DBTab doesn't store anything, it maps storages.
- does the use of DBTab require any specific attention while writing Python products ?
No. cheers, Chris
participants (2)
-
Chris Withers -
Thierry FLORAC