Restore postgres backup file(dumpall)


/ Published in: SQL
Save to your folder(s)

Restore a postgres backup file created using pg_dumpall command.

Login as postgres user


Copy this code and paste it in your HTML
  1. gunzip -c fileName.gz | psql

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.