Skip to content

Commit cc3a88c

Browse files
committed
alter autoctl_node to superuser
1 parent 77763ab commit cc3a88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/postgresql/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ main() {
153153
pg_autoctl create formation --pgdata "$PGDATA" --formation "$formation" --kind pgsql --enable-secondary
154154
check_error $? "create formation failed"
155155

156-
pgtools -q "alter user autoctl_node password '$AUTOCTL_NODE_PASSWORD'"
156+
pgtools -q "alter user autoctl_node superuser password '$AUTOCTL_NODE_PASSWORD'"
157157
check_error $? "set autoctl_node password failed"
158158

159159
temp_stop_auto_failover

0 commit comments

Comments
 (0)