PostgreSQL 数据库备份工具, Barman 1.5.1 发布

jopen 9年前

Barman (备份和恢复管理器) for PostgreSQL 是 PostgreSQL 数据库服务器的灾难恢复工具,允许远程备份多个服务器,帮助 DBA 在数据恢复阶段的关键工作。


今天发布了 Barman, Backup and Recovery Manager for PostgreSQL 1.5.1 版本。

Barman for PostgreSQL 1.5.1 版本通过 'cron' 命令支持维护操作的 'per-server' 并发。内部方面,Barman 现在可以在特定的服务器上 spawn 一个新 WAL 归档操作子进程。也因此把 'archive-wal' 命令加入到命令接口。此外还有一些 bug 修复。

完整改进内容请看发行说明

改进列表:

  • Add support for the 'archive-wal' command which performs WAL maintenance operations on a given server

  • Add support for "per-server" concurrency of the 'cron' command

  • Improved management of xlog.db errors

  • Add support for mixed compression types in WAL files (SF.net#61)

  • Bug fixes:

    • Avoid retention policy checks during the recovery

    • Avoid 'wal_level' check on PostgreSQL version < 9.0 (#3)

    • Fix backup size calculation (#5)


    </ul>

    下载:http://sourceforge.net/projects/pgbarman/files/