mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2024-11-24 23:56:39 +00:00
bump to v3.0.2
add default user custom name support
This commit is contained in:
parent
668313226c
commit
2ac7f6244f
@ -1,5 +1,5 @@
|
|||||||
# Patroni common options
|
# Patroni common options
|
||||||
patroni_version: "3.0.1"
|
patroni_version: "3.0.2"
|
||||||
patroni_install_official_repo: true
|
patroni_install_official_repo: true
|
||||||
|
|
||||||
# Patroni cluster options
|
# Patroni cluster options
|
||||||
@ -65,7 +65,7 @@ patroni_remove_data_directory_on_diverged_timelines: false # or 'true'
|
|||||||
# if it notices that timelines are diverging and the former master can not start streaming from the new master.
|
# if it notices that timelines are diverging and the former master can not start streaming from the new master.
|
||||||
|
|
||||||
# https://patroni.readthedocs.io/en/latest/replica_bootstrap.html#bootstrap
|
# https://patroni.readthedocs.io/en/latest/replica_bootstrap.html#bootstrap
|
||||||
patroni_cluster_bootstrap_method: "initdb" # or "wal-g", "pgbackrest", "pg_probackup"
|
patroni_cluster_bootstrap_method: "initdb --username {{ patroni_superuser_username }}" # or "wal-g", "pgbackrest", "pg_probackup"
|
||||||
|
|
||||||
# https://patroni.readthedocs.io/en/latest/replica_bootstrap.html#building-replicas
|
# https://patroni.readthedocs.io/en/latest/replica_bootstrap.html#building-replicas
|
||||||
patroni_create_replica_methods:
|
patroni_create_replica_methods:
|
||||||
|
Loading…
Reference in New Issue
Block a user