postgresql_cluster
postgresql_cluster copied to clipboard
Add the ability to deploy Postgres in containers
Hello,
Thank you for your great project.
Have you considered the option to deploy Postgres/Patroni/etcd/Haproxy in containers instead of installing packages. This approach has many advantages.
- Easier cluster upgrades without worrying about package dependencies.
- Provides an OS-agnostic setup.
- Use docker upstream images for postgres, etcd.
Thank you!