PostgreSQL备份恢复管理工具-pg_probackup
2021-02-12 20:59:59 阿炯

本站赞助商链接,请多关照。 pg_probackup 是一个实用的工具程序,用于管理 PostgreSQL 数据库集群的备份和恢复。它旨在执行PostgreSQL实例的定期完整和增量页面级备份,使用户能够在发生故障时还原数据库服务器。


pg_probackup is a utility to manage backup and recovery of PostgreSQL database cluster. It is designed to perform periodic full and incremental page-level backups of the PostgreSQL instance that enable you to restore the server in case of a failure.


最新版本:2.4.9
新的功能:现在在增量模式下以--force标志进行还原时,现在可以在系统 ID 不匹配的情况下覆盖 PGDATA 指定目录的内容。
Bug 修复:
SIGPIPE 信号现在已处理。
现在可以正确报告远程代理遇到的错误情况。
现在可以开始每秒进行一次以上备份。以前这会导致错误。
Waiting for Start LSN 现在等待 Start LSN 发生在选择了父级备份之后,如果没有合适的父级,我们可以更早地知道错误。
更多内容可查看此处

项目主页:https://github.com/postgrespro/pg_probackup