pgxbackup: pgBackRest 的连续支持
pgxbackup: Continuity Support for pgBackRest

原始链接: https://thebuild.com/blog/2026/05/01/pgxbackup-continuity-support-for-pgbackrest/

PGX 正在确保流行的 PostgreSQL 备份和恢复工具 pgBackRest 的持续稳定,现在以 **pgxbackup** 的名义进行。pgBackRest 由 David Steele 创建,以其可靠性以及并行处理、时间点恢复和强大的安全性等功能而闻名。 由于原始项目开发活动放缓,PGX 正在介入提供持续支持,以满足其客户的需求。这包括关键的错误修复、与新 PostgreSQL 版本的兼容性,以及确保现有备份仍然可以恢复——所有这些都尊重 Steele 避免以 pgBackRest 名义进行分叉的要求。 pgxbackup 仍然在相同的许可下开源,鼓励社区贡献错误报告和兼容性补丁。该项目可在 GitHub 上找到:[github.com/pgexperts/pgxbackup](github.com/pgexperts/pgxbackup)。

Hacker News 新闻 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 pgxbackup: pgBackRest 的连续性支持 (thebuild.com) 3 分,Wingy 发表于 1 小时前 | 隐藏 | 过去 | 收藏 | 讨论 帮助 考虑申请 YC 2026 夏季项目!申请截止至 5 月 4 日 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系方式 搜索:
相关文章

原文

PGX is providing continuity support for pgBackRest, under the name pgxbackup.

pgBackRest has been the gold standard for PostgreSQL backup and restore for over a decade. David Steele built it, maintained it, and shaped how a generation of PostgreSQL DBAs think about backup. It earned its place in production because it does the unglamorous things correctly: parallel backup and restore, point-in-time recovery, page-level checksums, encryption, multiple repository support, archive management.

Our support clients depend on it. As active maintenance has wound down, we’ve decided the responsible thing is to keep the lights on.

The new name is at Dave’s request: he’s asked that forks not carry the pgBackRest name, and that’s a request we respect.

What we’re providing:

  • Critical bug fixes — correctness and security issues will be addressed.
  • Compatibility with new PostgreSQL releases — as each major version ships, pgxbackup will keep working with it.
  • Functional continuity — existing backup repositories will restore correctly, and the configuration language will remain the same.

pgxbackup is open-source under the same license as pgBackRest, and outside contributors are welcome. Bug reports, fixes, and PostgreSQL-compatibility patches are all in scope.

The repository is live: github.com/pgexperts/pgxbackup.

(Armchair icon by Alexander Skowalsky.)

联系我们 contact @ memedata.com