We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ea998 commit 04dd97cCopy full SHA for 04dd97c
dump_and_restore.sh
@@ -11,6 +11,6 @@ sleep 5
11
12
# restore the db into the local postgres instance.
13
PGPASSWORD=${POSTGRES_PASSWORD}
14
-pg_restore --create -d ${POSTGRES_DB} --clean --no-acl --no-owner -h temp_instance -p ${POSTGRES_PORT} -U ${POSTGRES_USER} ./db-data-dump.pgdump
+pg_restore -d ${POSTGRES_DB} --clean --no-acl --no-owner -h temp_instance -p ${POSTGRES_PORT} -U ${POSTGRES_USER} ./db-data-dump.pgdump
15
16
echo "Database restored successfully"
0 commit comments