vitabaks / postgresql_cluster

PostgreSQL High-Availability Cluster (based on Patroni). Automating with Ansible.
https://postgresql-cluster.org
MIT License
1.69k stars 411 forks source link

multiple PostgreSQL instances on single server? #456

Closed lkthomas closed 1 year ago

lkthomas commented 1 year ago

is there a way to provision multiple PostgreSQL instances on single server? I know it adds complexity to the setup but we might have a requirement to do so.

vitabaks commented 1 year ago

there is no such possibility, because this project is deploying clusters for production.

In production, there is no need to host multiple clusters on the same server.