Hi,
I would like to build PostgreSQL (automation) with script like DbaaS
(ansible).
You recognize to create one database cluster per VM or multiple database
clusters per VM, if yes how many?
Example:
postgresql1 > host1
postgresql2 > host1
postgresql3 > host2
postgresql4 > host2
or
postgresql1 > host1
postgresql2 > host2
postgresql3 > host3
postgresql4 > host4