| From: | Nicolas Thauvin via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org> |
|---|---|
| To: | PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org> |
| Subject: | pg_back 2.4.0 released |
| Date: | 2024-07-01 06:59:50 |
| Message-ID: | 171981719065.696.1013552380680145877@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-announce |
pg_back is a simple backup tool for PostgreSQL using pg_dump.
The main features of pg_back are:
* Dump globals and configuration
* Dump all or a subset of databases into any format supported by pg_dump
* Filter tables and schemas
* Time and count based purge of old dumps
* Dump as a non-superuser role
* Encrypt and decrypt the files with AGE using a key pair or a password
* Upload and download to major Cloud storage providers (S3, GCS, Azure Blob) or any host with SFTP
* Checksum files with sha256sum
* Pre-backup and post-backup hooks
This new version allow to store remote files under a defined prefix, along with some bugfixes, see the CHANGELOG.md file in the repository for details.
We would like to thanks all contributors who helped make this release possible.
The source code, documentation and downloads are available on github: <https://github.com/orgrim/pg_back>
Docker images and Kubernetes examples are provided:
* Docker image: <https://github.com/orgrim/pg_back/pkgs/container/pg_back>
* Kubernetes: <https://github.com/orgrim/pg_back/tree/master/contrib/kubernetes>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gilles Darold via PostgreSQL Announce | 2024-07-01 07:00:15 | pg_dumpbinary v2.18 released |
| Previous Message | PostgreSQL Global Development Group | 2024-06-27 12:28:50 | PostgreSQL 17 Beta 2 Released! |