link
psql/restore-db

Restore Database

Restore a PostgreSQL database from a backup file

restore

Command

psql -U username dbname < backup.sql

Examples

Restore database from file

psql -U postgres mydb < mydb_backup.sql