generated from cloudnative-pg/cnpg-template
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Currently the "demo" only creates two static clusters: pg-eu and pg-us. What about repeating what we have done in the main setup and the monitoring one to accept a list of clusters?
As a convention, we could do something like this:
./demo/setup.sh eu usWhich assumes a circular relationship eu->us->eu ... and so on for the distributed topology. Cluster names will be prepended by 'pg-'.
For a simple local setup with no distributed topology we could accept a name:
./demo/setup.sh localYou can accept even more than two regions:
./demo/setup.sh eu us auWhich assumes eu->us->au and back to eu.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels