pg_back 2.4.0 released - Mailing list pgsql-announce

From Nicolas Thauvin via PostgreSQL Announce
Subject pg_back 2.4.0 released
Date
Msg-id 171981719065.696.1013552380680145877@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

pg_back 2.4.0 released

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:

 

pgsql-announce by date:

Previous
From: PostgreSQL Global Development Group
Date:
Subject: PostgreSQL 17 Beta 2 Released!
Next
From: Gilles Darold via PostgreSQL Announce
Date:
Subject: pg_dumpbinary v2.18 released