関連記事
GitHub - devlights/blog-summary: ブログ「いろいろ備忘録日記」のまとめ · GitHub
概要
以下、自分用のメモです。忘れない内にメモメモ。。
PostgreSQLで有名な pgBackRest が 2026-04-27 に以下のコメントを出して、今後メンテナンスされないことが発表されていました。
よく Barman と比較されてるツールですね。
TL;DR: pgBackRest is no longer being maintained. If you fork pgBackRest, please select a new name for your project.
とても有用なツールであるため、PGX社 が名乗りを挙げて、pgxbackup としてリポジトリを公開してくれています。
素晴らしいですね。
以下、READMEからの抜粋。
This project is a fork of pgBackRest. Before anything else, we would like to thank David Steele for his amazing work over the years in giving the community such a reliable and feature-rich backup solution for PostgreSQL.
PGX Inc. is maintaining this fork as a continuity release for our clients. Anyone is welcome to use it, of course. We have not made any firm decisions this point as to feature enhancements; we will be focusing on bugs and PostgreSQL version compatibility.
(このプロジェクトはpgBackRestのフォークです。まず最初に、長年にわたりPostgreSQL向けの信頼性が高く機能豊富なバックアップソリューションをコミュニティに提供してくれたDavid Steele氏の素晴らしい功績に感謝したいと思います。PGX Inc.は、クライアント向けの継続リリースとしてこのフォークを維持しています。もちろん、どなたでもご利用いただけます。現時点では機能強化に関する具体的な決定はしていません。バグ修正とPostgreSQLのバージョン互換性に注力していきます。)
参考情報
過去の記事については、以下のページからご参照下さい。
サンプルコードは、以下の場所で公開しています。