PostgreSQL 備份和恢復管理器,Barman 1.4.0 發布

jopen 9年前發布 | 9K 次閱讀 Barman

Barman (備份和恢復管理器) for PostgreSQL 是 PostgreSQL 數據庫服務器的災難恢復工具,允許遠程備份多個服務器,幫助 DBA 在數據恢復階段的關鍵工作。

Barman 1.4.0 發布,此版本最主要的功能是文件級別增量備份功能,每次完整備份數據重復數據刪除率很容易就能達到 50-70%,顯著降低了備份時間和磁盤空間。

PostgreSQL 9.4 可以集成 Barman 的 "pg_stat_archiver" 視圖。此版本還改進了 WAL 文件管理,優化 WAL 靜態統計數據的計算。相關的單元測試使得代碼更健壯,同時還修復了一些 bug。

相關鏈接

發行說明:

  • Incremental base backup implementation through the "reuse_backup"    global/server option. Possible values are "off" (disabled, default),    "copy" (preventing unmodified files from being transferred) and    "link" (allowing for deduplication through hard links).

  • Store and show deduplication effects when using "reuse_backup=link".

  • Added transparent support of pg_stat_archiver (PostgreSQL 9.4) in    "check", "show-server" and "status" commands.

  • Improved administration by invoking WAL maintenance at the end of a    successful backup.

  • Changed the way unused WAL files are trashed, by differentiating    between concurrent and exclusive backup cases.

  • Improved performance of WAL statistics calculation.

  • Treat a missing pg_ident.conf as a WARNING rather than an error.

  • Refactored output layer by removing remaining "yield" calls.

  • Check that rsync is in the system path.

  • Include history files in WAL management.

  • Improved robustness through more unit tests.

  • Fixed bug #55: Ignore fsync EINVAL errors on directories.

  • Fixed bug #58: retention policies delete.

下載:

PostgreSQL 備份和恢復管理器,Barman 1.4.0 發布

來自:http://www.oschina.net/news/59146/barman-1-4-0

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!