plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
6 stars 23 forks source link

Plone 6: make zodb-temporary-storage=off the default #180

Open mauritsvanrees opened 3 years ago

mauritsvanrees commented 3 years ago

Currently you must specify zodb-temporary-storage = off in Plone 6, otherwise you get an error at startup:

$ bin/instance fg
Error: unknown type name: 'temporarystorage'
(line 32 in file:///Users/maurits/clients/vmm/hoofdsite-60/parts/instance/etc/zope.conf)
For help, use bin/instance -h

See also https://github.com/plone/Products.CMFPlone/issues/2957

mauritsvanrees commented 2 years ago

buildout.plonetest has changed the default to false.

Perhaps in the recipe we can check what the pinned Products.CMFPlone version is, and default to false when this is 6 or higher.