给每个Plone站点一个Data.fs

给每个Plone站点一个Data.fs

Separate each Plone instance into having its own Data.fs to make backups easier.

    • First check out this article on plone.org
    • Under the instance part do something like this
zope-conf-additional = 
  <zodb_db site>
    # FileStorage for site
    <filestorage>
      path /opt/Plone-3.1/zinstance/var/filestorage/Data_site.fs
    </filestorage>
    mount-point /site
  </zodb_db>
  • Now you will need to add a "ZODB Mount Point"
  • Select the new mount point and enable it
  • Now all you need to do is create the Plone site in there or copy an existing one into it.
  • You should be good to go now…
设置