mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Add post_init configuration parameter on bootstrap (#296)
* Add bootstrap post_init configuration parameter * Add documentation By @zenitraM
This commit is contained in:
committed by
Alexander Kukushkin
parent
4594bc98da
commit
48a6af6994
@@ -48,6 +48,9 @@ bootstrap:
|
||||
- host all all 0.0.0.0/0 md5
|
||||
# - hostssl all all 0.0.0.0/0 md5
|
||||
|
||||
# Additional script to be launched after initial cluster creation (will be passed the connection URL as parameter)
|
||||
# post_init: /usr/local/bin/setup_cluster.sh
|
||||
|
||||
# Some additional users users which needs to be created after initializing new cluster
|
||||
users:
|
||||
admin:
|
||||
|
||||
Reference in New Issue
Block a user