pg_back 2.0.1 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.0.1 released
Date: 2021-05-17 21:23:51
Message-ID: 162128663102.24509.3922185132255150601@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.0.1 is a complete rewrite in Go, with the following new features:

* URI and "keyword=value" connection string support (no longer limiting to host, port, user)
* Time based purge of old dumps can use an interval smaller than 1 day
* new command line options (with long options names):
* --format (for pg_dump)
* --parallel-backup-jobs (dump multiple databases concurrently)
* --compress (compression level for compressed formats)
* --pre-backup-hook
* --post-backup-hook
* Concurrent pg_dump jobs
* Per database output directories (Use the {dbname} placeholder in the path)
* Per database configuration with schema and table inclusion/exclusion
* New configuration file format with an option to convert from the v1 format
* Works on Windows

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.0.1>

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Global Development Group 2021-05-20 13:18:00 PostgreSQL 14 Beta 1 Released!
Previous Message PWN via PostgreSQL Announce 2021-05-17 15:58:49 PostgreSQL Weekly News - May 16, 2021