pg_back 2.1.0 released - Mailing list pgsql-announce

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

pg_back 2.1.0 released

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

 

pgsql-announce by date:

Previous
From: Pgpool Global Development Group via PostgreSQL Announce
Date:
Subject: Pgpool-II 4.3.1, 4.2.8, 4.1.11, 4.0.18 and 3.7.23 released.
Next
From: PostgreSQL Code of Conduct Committee via PostgreSQL Announce
Date:
Subject: German Translation of Community Code of Conduct Posted