pgBackRest 2.02 Released

From: David Steele <david(at)pgmasters(dot)net>
To: pgsql-announce(at)lists(dot)postgresql(dot)org
Subject: pgBackRest 2.02 Released
Date: 2018-05-08 19:13:16
Message-ID: 61bb71be-5eba-4044-ddb8-93dad2ea287f@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

May 8, 2018: Crunchy Data announces the release of pgBackRest 2.02, the
latest version of the simple, reliable backup and restore system that
can seamlessly scale up to the largest databases and workloads.

pgBackRest 2.02 continues advancing in performance and configurability
by introducing parallel asynchronous archive-get and a configuration
include directory that allows configuration to be split into smaller
fragments for easier management.

pgBackRest supports a robust set of features for managing your backup
and recovery infrastructure, including: parallel backup/restore,
full/differential/incremental backups, delta restore, parallel
asynchronous archiving, per-file checksums, page checksums (when
enabled) validated during backup, compression, encryption,
partial/failed backup resume, backup from standby, tablespace and link
support, S3 support, backup expiration, local/remote operation via SSH,
flexible configuration, and more.

You can install pgBackRest from the PostgreSQL Yum Repository
(https://yum.postgresql.org) or the PostgreSQL APT Repository
(https://apt.postgresql.org). Source code can be downloaded from
https://github.com/pgbackrest/pgbackrest/releases.

Links:

- Website: https://pgbackrest.org
- User Guide: http://pgbackrest.org/user-guide.html
- Release Notes: https://pgbackrest.org/release.html
- Support: http://pgbackrest.org#support

New Features:

- Parallel Asynchronous Archive Get

The asynchronous archive-get command maintains a local queue of WAL to
improve replay throughput. If a WAL segment is not found in the queue it
is fetched from the repository along with enough consecutive WAL to fill
the queue. Additional WAL is also fetched asynchronously when the queue
is less than half full. Enabling parallelism increases throughput even
more, especially for higher-latency connections and storage (such as S3).

https://pgbackrest.org/user-guide.html#async-archiving

- Configuration Includes

Configuration fragments can be dropped in the configuration includes
directory (defaults to /etc/pgbackrest/conf.d) and they will be loaded
along with the main configuration file, if it exists. For example, each
stanza can be in a separate configuration fragment and general host
settings in the main configuration file. This feature makes it easier
to automate pgBackRest configuration with your favorite configuration
management tool.

https://pgbackrest.org/user-guide.html#quickstart/configure-stanza

Browse pgsql-announce by date

  From Date Subject
Next Message Craig Kerstiens 2018-05-08 20:21:30 PostgresOpen Silicon Valley 2018 CFP now open
Previous Message David Fetter 2018-05-06 21:10:41 == PostgreSQL Weekly News - May 06 2018 ==