[Zope] merging zodb's

Chris Withers chris at simplistix.co.uk
Wed Apr 2 04:29:06 EDT 2008


David Bear wrote:
> <zodb_db support >
>     # ssw file store
>     <filestorage>
>       path $INSTANCE/var/srvx-Data.fs
>     </filestorage>
>     mount-point /support
> </zodb_db>

This will try and mount an object with the id of 'support' off the root 
of the zodb in srvx-Data.fs.

You need to find the right chickens in the config chunk above to say 
"actually mount the root of the zodb in srvx-Data.fs as /support"

It's certainly possible and I remember it coming up on the lists before, 
but it was pretty barroque and so I've forgotten :-S

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope mailing list