Skip to content

Commit 04dd97c

Browse files
committed
removed create command
1 parent 64ea998 commit 04dd97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump_and_restore.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ sleep 5
1111

1212
# restore the db into the local postgres instance.
1313
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
14+
pg_restore -d ${POSTGRES_DB} --clean --no-acl --no-owner -h temp_instance -p ${POSTGRES_PORT} -U ${POSTGRES_USER} ./db-data-dump.pgdump
1515

1616
echo "Database restored successfully"

0 commit comments

Comments
 (0)