Small package which helps mount portal_catalog to separate ZODB.
Project description
Overview
Small package which helps mount portal_catalog in separate ZODB. Install threw portal_quickinstaler.
This small package unpickles your existing portal_catalog and creates new mounting point in the new storage.
Instalation
Add redturtle.catalogmount to the list of eggs to install, e.g.:
[buildout] ... eggs = ... redturtle.catalogmount
Add new storage for your zeo, e.g.:
[zeoserver] recipe = plone.recipe.zope2zeoserver ... zeo-conf-additional = <filestorage 2> path ${buildout:directory}/var/filestorage/CatalogData.fs </filestorage>
And new mount-point for zeoclient, e.g.:
[zeo-instance1] ... zope-conf-additional = <zodb_db catalog> mount-point /plone/portal_catalog container-class Products.CMFPlone.CatalogTool.CatalogTool <zeoclient> server ${zeoserver:zeo-address} storage 2 name catalogstorage var ${buildout:parts-directory}/instance1/var cache-size 400MB </zeoclient> </zodb_db>
where /plone/portal_catalog is the path to your portal_catalog.
Re-run buildout, e.g. with:
$ ./bin/buildout
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for redturtle.catalogmount-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00ac02d7d0a3ca308a6f6036fe7e6f00e815969fa29cf0276b657ec3c5ebcfb0 |
|
MD5 | f1eae8b85608c818ed2e568be890af13 |
|
BLAKE2b-256 | d271bbd4d34f7dc62b0dcd91f1d8bfe3a64d72d9da31562eaef18afbd3be8b8b |
Close
Hashes for redturtle.catalogmount-0.0.2-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95ab4dbb041414a557e880c4f6520764fce8d099f9d8cb73fa4231e4276f72c9 |
|
MD5 | cf5675ee6d9b010fe3f6c024265c0576 |
|
BLAKE2b-256 | c7033122a941b60b0bca63380ea7339cebcb8efedac97d9c05671dcb5585f338 |