Skip to main content

Small package which helps mount portal_catalog to separate ZODB.

Project description

Introduction
============

Small package which helps mount portal_catalog in separate ZODB. Install threw
portal_quickinstaler.
Simply add to your buildout:

[zeoserver]
recipe = plone.recipe.zope2zeoserver
...
zeo-conf-additional =
<filestorage 2>
path ${buildout:directory}/var/filestorage/CatalogData.fs
</filestorage>


[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.
This small package unpickles your existing portal_catalog and creates new
mounting point in the new storage.

Changelog
=========

0.0.1 - First release
----------------

* dev release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redturtle.catalogmount-0.0.1.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

redturtle.catalogmount-0.0.1-py2.4.egg (6.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page