/ Published in: SQL
Restore a postgres backup file created using pg_dumpall command.
Login as postgres user
Expand |
Embed | Plain Text
gunzip -c fileName.gz | psql
You need to login to post a comment.
Restore a postgres backup file created using pg_dumpall command.
Login as postgres user
gunzip -c fileName.gz | psql
You need to login to post a comment.