[Zope] merging zodb's

Dieter Maurer dieter at handshake.de
Wed Apr 2 13:28:57 EDT 2008


Chris Withers wrote at 2008-4-2 09:29 +0100:
>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"

The "right chickens" is probably:

    mount-point /support:/


The "mount-point" syntax is:

    mount-point <localpath>[:<remotepath>]

where "localpath" is the path where the storage is mounted
in this instance and "remotepath" is the path to the object to be
mounted in the storage.

If not given "<remotepath>" defaults to "localpath".



-- 
Dieter


More information about the Zope mailing list