Skip to content

Commit ec583c9

Browse files
committed
add local-backup
1 parent 2b4fa52 commit ec583c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/local-restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ source ./env.sh
88
conn_opts="-d $DATABASE_URL"
99

1010
echo "Restoring from backup..."
11-
pg_restore -Fd $PGRESTORE_EXTRA_OPTS $conn_opts --clean --if-exists -f /backup
11+
pg_restore -Fd $PGRESTORE_EXTRA_OPTS $conn_opts --clean --if-exists /backup
1212
echo "Restore complete."

0 commit comments

Comments
 (0)