Skip to content

Commit

Permalink
Do not drop DB when restoring from backup
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryHue committed Apr 17, 2022
1 parent d8486ca commit 705f588
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/supabase/backup/restore-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ BACKUP_FILE="$1"
# too much if you drop the database.
pg_restore --format=custom \
--clean \
--create \
--if-exists \
--enable-row-security \
--disable-triggers \
Expand Down

0 comments on commit 705f588

Please sign in to comment.