diff --git a/postgres-restore-s3/restore.sh b/postgres-restore-s3/restore.sh index 0a8adef..d7bc863 100644 --- a/postgres-restore-s3/restore.sh +++ b/postgres-restore-s3/restore.sh @@ -73,7 +73,7 @@ fi echo "Restoring ${LATEST_BACKUP}" -psql $POSTGRES_HOST_OPTS -d $POSTGRES_DATABASE < dump.sql +psql $POSTGRES_HOST_OPTS -C -c --if-exists -d $POSTGRES_DATABASE < dump.sql echo "Restore complete"