File tree Expand file tree Collapse file tree 11 files changed +12
-71
lines changed
Expand file tree Collapse file tree 11 files changed +12
-71
lines changed Original file line number Diff line number Diff line change 1- 2.1.0
1+ 2.1.1
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ start () {
1414 bf-debug "Running db-init."
1515 s6-setuidgid postgres initdb -D "${POSTGRESQL_DATA}"
1616
17- # regenerate configuration
18- db-regenerate -config
17+ # generate configuration
18+ db-generate -config
1919
2020 # start server
2121 bf-echo "Starting PostgreSQL for initialisation."
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ set -euo pipefail
77# Run library config executable.
88#======================================================================================================================
99
10- bf-debug "Regenerating configuration files." "db-regenerate -config"
11- s6-setuidgid postgres ${POSTGRESQL_LIB}/config
10+ bf-debug "Generating configuration files." "db-generate -config"
11+ s6-setuidgid postgres ${POSTGRESQL_LIB}/generate- config
Original file line number Diff line number Diff line change 1- #!/command/with-contenv sh
1+ #! /bin/ sh
22
33set -euo pipefail
4- export BF_E=`basename ${0}`
54
65
76# ======================================================================================================================
Original file line number Diff line number Diff line change 1- #!/command/with-contenv sh
1+ #! /bin/ sh
22
33set -euo pipefail
4- export BF_E=`basename ${0}`
54
65
76# ======================================================================================================================
Original file line number Diff line number Diff line change 1- #!/command/with-contenv sh
1+ #! /bin/ sh
22
33set -euo pipefail
4- export BF_E=`basename ${0}`
54
65
76# ======================================================================================================================
Original file line number Diff line number Diff line change 1- #!/command/with-contenv sh
1+ #! /bin/ sh
22
33set -euo pipefail
4- export BF_E=`basename ${0}`
54
65
76# ======================================================================================================================
Original file line number Diff line number Diff line change 1- #!/command/with-contenv sh
1+ #! /bin/ sh
22
33set -euo pipefail
4- export BF_E=`basename ${0}`
54
65
76# ======================================================================================================================
Original file line number Diff line number Diff line change 1- #!/command/with-contenv sh
1+ #! /bin/ sh
22
33set -euo pipefail
4- export BF_E=`basename ${0}`
54
65
76# ======================================================================================================================
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments