Is there a way in Plone 6 to configure separate blob- and filestorages on a ZEO server? Background: I have many small websites and want to add migrated sites to a my plone server without importing them as .zexp. All Plone sites reside in one ZOPE.
My approach is to add another filestorage configuration to my custom zeo.conf that is copied into my plone/plone-zeo based image like this:
I think Products.ZODBMountPoint module needs to be added to the instance (built with plone-cookie-cutter) as well.
I got 'ZODB mount point' in the add-box, but then i get this 'No mount points configured.'.
Where do i configure them? Thank you!
It replaces the zeo.conf in the docker image, the images build works, but i can not figure out how to define a mount point. in zope.conf it was something like 'mount-point .
For years I've used a single Zope installation with Zeo for many sites. I tried replicate that with docker but eventually gave up. Instead I followed @jensensadvice and just used a container for each site (with RelStorage instead of zeo). It end up being much easier than fiddling with zeo.conf and zope.conf.
If need, I can create another container with the same RelStorage config to scale the site (kinda like docker compose does)
For migration I used collective.importexport, pretty straightforward.
FYI: mount points still work. We use single plone 6 instance for many sites (but volto).
For volto you have to use a different container for each express server but not for plone.