How restore postgreSQL dump file using pgAdmin?

fatCop picture fatCop · May 31, 2015 · Viewed 49.1k times · Source

I've a .dmp file. Want to restore the database from it. Using pgAdmin how can I do it?

Answer

Gareth Flowers picture Gareth Flowers · May 31, 2015

Within PgAdmin3...

  • Create a new database within the server you are using.
  • Right click this database and choose 'Restore'.
  • Use the 'Browser' button to select your '.dmp' file.
  • Select 'Restore' to start restoring the database.