Ms7 Search
Google 搜尋 翻譯
calendar
« 四月 2025 »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
近期文章
文章分類
網站連結
Syndicate

« | »

PostgreSql 的備份還原

2013-03-02 @ 10:16 in 行政系統偷吃步

用 pgAdmin III 的備份還原一直無法成功,我是從另一台的備份檔拿到另一台還原,可是一直失敗,真不知那台備份是如何做的,有空應該研究一下

在網上找到一個方法,雖然是最基本的,但是可以成功,方法如下:

備份:
pg_dump -U[使用者] -c [DB名稱] > xxx.sql  

還原:
1. dropdb -U[使用者] [DB];    //刪除舊資料庫
2. createdb -U[使用者] [DB]; //建資料庫
3 .psql -U[使用者] [DB] < xxx.sql    //匯入資料

這樣就成功了,雖然是最基本的 sql 備分,可是竟然是最好用的

迴響

PostgreSql 的備份還原 | 豬窩

This is the perfect website for everyone who really wants to find out about
this topic. You know a whole lot its almost
hard to argue with you (not that I actually would want
to…HaHa). You definitely put a fresh spin on a
subject that's been discussed for years. Great stuff, just great!

作者 web host @ 18:22, 2020-08-14
«上一篇   1 2 3 4 5 6
發表迴響
 authimage