Home
Commands
Restore a Postgres dump
Restore a Postgres dump
Databases
pg_restore -d <db> --clean --if-exists backup.dump
Copy command
Destructive