Things to check to automatically determine if Postgresql Cluster already exists #938
-
Hi, I saw that Autobase verifies if postgres exists/does not exist in "automation/roles/pre-checks/tasks/patroni.yml", but this only applies to the initdb bootstrapping method. Is this just irrelevant when using a different bootstrapping method? Are there other things we need to check before setting the postgresql_exists variable automatically? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This variable is only relevant during the initial deployment using the |
Beta Was this translation helpful? Give feedback.
Yes,
deploy_
playbook is being executed for initial deployment.