Restoring PostgreSQL database
This article explains how to restore a PostgreSQL database from a backup.
PostgreSQL database can be restored to its original location or to a new temporary directory.
How to restore PostgreSQL database from backup
1
2
psql dbname < dumpfile.sql3
Last updated

