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 2b4fa52 commit ec583c9Copy full SHA for ec583c9
src/local-restore.sh
@@ -8,5 +8,5 @@ source ./env.sh
8
conn_opts="-d $DATABASE_URL"
9
10
echo "Restoring from backup..."
11
-pg_restore -Fd $PGRESTORE_EXTRA_OPTS $conn_opts --clean --if-exists -f /backup
+pg_restore -Fd $PGRESTORE_EXTRA_OPTS $conn_opts --clean --if-exists /backup
12
echo "Restore complete."
0 commit comments