pg_back 2.1.0 released

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.1.0 released
Date: 2022-02-24 19:56:17
Message-ID: 164573257761.658.4292983541743216355@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

pg_back is a tool that can dump all your databases to files, with the configuration of the server and roles/tablespaces definitions.

The version 2.1.0 brings the following new features:

* Add quiet mode with the command line option -q/--quiet. It takes precedence over verbose mode.
* Compute checksum of global and ACL files
* Add a dump of hba_file and ident_file
* Encrypt and decrypt produced files
* Upload files to AWS S3, Google Cloud Storage, Azure Blob Storage or a remote host with SFTP
* Add a systemd timer for Debian in the package generated by goreleaser
* Check the syntax of the configuration file

And the following fixes:

* Always create a createdb.sql file for plain format instead of dumping with --create
* Ensure jobs option is greater than or equal to 1
* Better check and adapt to versions of pg_dump and pg_dumpall
* Fix the purge based on a number of files to keep
* Improve the documentation in the README.md file

pg_back is licensed under the classic 2 clauses BSD license.

Thanks to all the contributors!

More at <https://github.com/orgrim/pg_back>

Binaries and packages are available on the github release page: <https://github.com/orgrim/pg_back/releases/tag/v2.1.0>

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Code of Conduct Committee via PostgreSQL Announce 2022-02-25 15:02:37 German Translation of Community Code of Conduct Posted
Previous Message Pgpool Global Development Group via PostgreSQL Announce 2022-02-21 21:59:53 Pgpool-II 4.3.1, 4.2.8, 4.1.11, 4.0.18 and 3.7.23 released.