Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implicit requirement tempstorage #87

Closed
dataflake opened this issue Apr 17, 2019 · 0 comments · Fixed by #93
Closed

Implicit requirement tempstorage #87

dataflake opened this issue Apr 17, 2019 · 0 comments · Fixed by #93

Comments

@dataflake
Copy link
Contributor

The default generated Zope configuration contains a <zodb_db temporary> section, unless I specifically disable it with an empty zodb-temporary-storage setting.

Zope 4 does not come with tempstorage (or Products.TemporaryFolder) by default anymore, so this default configuration - at least for non-Plone installations - is broken.

I wonder if it would be possible to add some intelligent handling for the configuration generator. If zodb-temporary-storage is not explicitly set, it should look if tempstorage is in the generated list of eggs after all dependency resolution has happened, and only add the temporary database configuration then.

This is not a pressing issue for me, just a place where new (or even experienced users) will see unnecessary and unexpected breakage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant