Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sOB1I-00Coq9-4U for pgsql-announce@arkaria.postgresql.org; Mon, 01 Jul 2024 07:00:12 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sOB1G-00FOxn-G9 for pgsql-announce@arkaria.postgresql.org; Mon, 01 Jul 2024 07:00:10 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sOB1F-00FOwx-Ic for pgsql-announce@lists.postgresql.org; Mon, 01 Jul 2024 07:00:10 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sOB1C-003zBd-UJ for pgsql-announce@lists.postgresql.org; Mon, 01 Jul 2024 07:00:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=CaNKEBYB3LZ5rC5Yc3vYdD/6rhekLG4xUf5OAdZxhCg=; b=cPjkhvdTrPqfYpdeQUj0wJkBM0 pV0bE3Fh48HDfHCrlMnLGGYFV1kBdsYsdSH+/lY0I6d8+j1HqwGqM4PDFe9IeMuLtibr9/rZGEAsM l51RRbDW/vVAJler/fC7Oi1i2nWLmelvC4+1JU2BCUnmdpqEWPIiQXpGzRHTmu+nlswP0UWMl4IRI hAqxr2juzLQUfoY4ARZ6sVnBIJiFWx0Y5DPNM6VM3YKFpyRX7624s55x/go05AnogOEhbUlnZBBnx vJXyJ6iIvkjMR8Cp5iSKvQdMikjzAKRIfO2CI92b0LF55wBkJqvlU67BB/BVUNK1l7T/nAXt5sp73 5RqaaTbA==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sOB1B-00Cc7l-HB for pgsql-announce@lists.postgresql.org; Mon, 01 Jul 2024 07:00:06 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sOB19-007PVV-TH for pgsql-announce@lists.postgresql.org; Mon, 01 Jul 2024 07:00:03 +0000 Content-Type: multipart/mixed; boundary="===============6087175816840090928==" MIME-Version: 1.0 Subject: pg_back 2.4.0 released To: PostgreSQL Announce From: Nicolas Thauvin via PostgreSQL Announce Reply-To: nico@orgrim.net Date: Mon, 01 Jul 2024 06:59:50 +0000 Message-ID: <171981719065.696.1013552380680145877@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 09588c6532c34501e97f26a4d601af8c0a7e1da662be26a7256887d08e6ea0f1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============6087175816840090928== Content-Type: multipart/alternative; boundary="===============4002721054360031973==" MIME-Version: 1.0 --===============4002721054360031973== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 possi= ble. The source code, documentation and downloads are available on github: Docker images and Kubernetes examples are provided: * Docker image: * Kubernetes: --===============4002721054360031973== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pg_back 2.4.0 released
 

pg_back 2.4.0 released

pg_back is a simple backup tool for Postgre= SQL using pg_dump.

The main features of pg_back are:

  • Dump globals an= d configuration
  • Dump all or a s= ubset of databases into any format supported by pg_dump
  • Filter tables a= nd schemas
  • Time and count = based purge of old dumps
  • Dump as a non-s= uperuser role
  • Encrypt and dec= rypt the files with AGE using a key pair or a password
  • Upload and down= load to major Cloud storage providers (S3, GCS, Azure Blob) or any host wit= h SFTP
  • Checksum files = with sha256sum
  • Pre-backup and = post-backup hooks

This new version allow to store remote file= s under a defined prefix, along with some bugfixes, see the CHANGELOG.md fi= le in the repository for details.

We would like to thanks all contributors wh= o helped make this release possible.

The source code, documentation and download= s are available on github: https://github.com/orgri= m/pg_back

Docker images and Kubernetes examples are p= rovided:

This email was sent to you from Nicolas Thauvin. It was delivered on their = behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to Nicolas Thauvin.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============4002721054360031973==-- --===============6087175816840090928==--