Open me-kell opened 2 years ago
I don't know. A few contributors have moved on to different methods, including containers. It's been over a year since anyone contributed by merging a pull request. You're welcome to contribute yourself, of course, as this is open source.
You could consider the new Plone 6 install methods. See also the Deployment Training from PloneConf 2022.
I'm using Salt to install Plone 6 based on container (podman container + podman pod) today:
https://github.com/Rudd-O/saltstack-automation/tree/master/formulas/plone
It supports multiple deployments as well as blue/green updates (though we don't wait until all currently-serving connections are finished, there are technical limitations to detect this situation being tracked here: https://github.com/Pylons/waitress/issues/182).
Are there plans to make this playbook installing Plone 6?