Database Reference
In-Depth Information
Restoring to local database
A restore operation uses the pg_restore tool. It is installed by default during the Post-
greSQL installation locally. For restoring the database, enter the following command:
$ pg_restore --verbose --clean --no-acl --no-owner -h
localhost -U your-db-username -d your-database-name
latest.dump
Search WWH ::




Custom Search