How restore postgreSQL dump file using pgAdmin?

纵饮孤独 提交于 2019-12-10 01:45:56

问题


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


回答1:


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.


来源:https://stackoverflow.com/questions/30555112/how-restore-postgresql-dump-file-using-pgadmin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!