Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 67a25d3

Browse files
authored
Merge pull request #14 from venkayya/master
Added sql user creation using the new --host flag
2 parents 68cac10 + 7ba4a54 commit 67a25d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/postgres_instance.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ fi
4747

4848
# Making a Postgres user that is allowed to connect from any host
4949
gcloud sql users create "$USER_NAME" \
50-
'%' \
50+
--host '%' \
5151
--instance "$INSTANCE_NAME" \
5252
--password "$USER_PASSWORD"

0 commit comments

Comments
 (0)