Closed hvelarde closed 5 years ago
@hvelarde: As a workaround you can use the zeo-var
option of the recipe. Set it to a directory outside /parts
so it won't be deleted when you run buildout.
I'm using zeo-var = $CLIENTHOME
and it's working. The .zec
and related files end up in ${buildout:directory}/var/instance
and are not deleted when buildout runs.
I noticed that the ZEO persistent cache files are always being stored in the location specified by the var directive differing from what the documentation says:
In my case, this is what I have in my
zope.etc
:The ZEO persistent cache file is always stored in
/opt/plone/buildout/parts/instance1/var
so I lost it every time I run buildout.