We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database creation after cluster bootstrap is tricky. It is not a good practice to use init playbook pgsql.yml for that purpose.
pgsql.yml
add a pgsql-createdb.yml playbook for that purpose
pgsql-createdb.yml
It may requires a cli arg -e pg_database = <your new database in inventory> to work
-e pg_database = <your new database in inventory>
The text was updated successfully, but these errors were encountered:
Vonng
No branches or pull requests
Scenario
Database creation after cluster bootstrap is tricky.
It is not a good practice to use init playbook
pgsql.yml
for that purpose.Proposal
add a
pgsql-createdb.yml
playbook for that purposeIt may requires a cli arg
-e pg_database = <your new database in inventory>
to workThe text was updated successfully, but these errors were encountered: