這篇文章主要講解了“PostgreSQL有哪些需要注意的問題”,文中的講解內(nèi)容簡單清晰,易于學(xué)習(xí)與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“PostgreSQL有哪些需要注意的問題”吧!
大豐網(wǎng)站制作公司哪家好,找成都創(chuàng)新互聯(lián)!從網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、成都響應(yīng)式網(wǎng)站建設(shè)公司等網(wǎng)站項目制作,到程序開發(fā),運營維護。成都創(chuàng)新互聯(lián)從2013年成立到現(xiàn)在10年的時間,我們擁有了豐富的建站經(jīng)驗和運維經(jīng)驗,來保證我們的工作的順利進(jìn)行。專注于網(wǎng)站建設(shè)就選成都創(chuàng)新互聯(lián)。1:開源產(chǎn)品 pg_rman
特點:支持在線備份和任意時間點恢復(fù)功能,即如果備份做好了,可以恢復(fù)到任意故障點
詳細(xì)情況:
pg_rman --help
2:全備
To take an online backup, use the backup
command:
$ pg_rman backup --backup-mode=full --with-serverlog
3:查看備份情況
To list all the backups taken so far, use the show
command:
$ pg_rman show
4:恢復(fù)
To restore from a backup, use the restore
command. Note that pg_rman itself generates the recovery.conf
file required to perform PostgreSQL PITR.
$ pg_ctl stop -m immediate $ pg_rman restore $ cat $PGDATA/recovery.conf # recovery.conf generated by pg_rman 1.3.7 restore_command = 'cp /home/postgres/arclog/%f %p' recovery_target_timeline = '1' $ pg_ctl start
再次強調(diào)備份有效性校驗
必須定期做,往往問題出現(xiàn)的時候都是一堆問題
感謝各位的閱讀,以上就是“PostgreSQL有哪些需要注意的問題”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對PostgreSQL有哪些需要注意的問題這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是創(chuàng)新互聯(lián),小編將為大家推送更多相關(guān)知識點的文章,歡迎關(guān)注!