We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77763ab commit cc3a88cCopy full SHA for cc3a88c
image/postgresql/docker-entrypoint.sh
@@ -153,7 +153,7 @@ main() {
153
pg_autoctl create formation --pgdata "$PGDATA" --formation "$formation" --kind pgsql --enable-secondary
154
check_error $? "create formation failed"
155
156
- pgtools -q "alter user autoctl_node password '$AUTOCTL_NODE_PASSWORD'"
+ pgtools -q "alter user autoctl_node superuser password '$AUTOCTL_NODE_PASSWORD'"
157
check_error $? "set autoctl_node password failed"
158
159
temp_stop_auto_failover
0 commit comments