22

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

fatCop
  • 2,556
  • 10
  • 35
  • 57

1 Answers1

36

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.
Gareth Flowers
  • 1,513
  • 12
  • 23