We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c512997 commit c1c60a2Copy full SHA for c1c60a2
backup.sh
@@ -56,6 +56,6 @@ case "${PG_BACKUP_ACTION:-dump}" in
56
curl -o dump.backup $PG_BACKUP_FILE
57
58
echo "Restoring $POSTGRES_DB database"
59
- pg_restore -C -d $POSTGRES_DB $POSTGRES_HOST_OPTS dump.backup
+ pg_restore -c -C -d $POSTGRES_DB $POSTGRES_HOST_OPTS dump.backup
60
;;
61
esac
0 commit comments