How restore postgreSQL dump file using pgAdmin?

前端 未结 1 1033
梦谈多话
梦谈多话 2021-02-19 02:26

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

相关标签:
1条回答
  • 2021-02-19 03:15

    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.
    0 讨论(0)
提交回复
热议问题