pgbackrest 2.21-1 source package in Ubuntu

Changelog

pgbackrest (2.21-1) unstable; urgency=medium

  * New Upstream Release:
    - Bug Fixes:
      * Fix options being ignored by asynchronous commands. The asynchronous
        archive-get/archive-push processes were not loading options configured
        in command configuration sections, e.g. [global:archive-get].
      * Fix handling of \ in filenames. \ was not being properly escaped when
        calculating the manifest checksum which prevented the manifest from
        loading. Since instances of \ in cluster filenames should be rare to
        nonexistent this does not seem likely to be a serious problem in the
        field.
    - Features:
      * pgBackRest is now pure C.
      * Add pg-user option. Specifies the database user name when connecting
        to PostgreSQL. If not specified pgBackRest will connect with the local
        OS user or PGUSER, which was the previous behavior.
      * Allow path-style URIs in S3 driver.
    - Improvements:
      * The backup command is implemented entirely in C.
  * debian/copyright: update copyright dates
  * debian/control:
      - Add Rules-Requires-Root.
      - Update Standards-Version to 4.4.0 (no changes required).
      - Remove libperl-dev B-D.
      - Remove perl dependency.

 -- Adrian Vondendriesch <email address hidden>  Sat, 18 Jan 2020 20:22:03 +0100

Upload details

Uploaded by:
Debian PostgreSQL Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PostgreSQL Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pgbackrest_2.21-1.dsc 2.1 KiB 4150c34dbf1948ab87a42311362463180a739f1cd9b55ec0dbbae8cb499f8e6f
pgbackrest_2.21.orig.tar.gz 5.0 MiB 055c0de3d34691f77b2c7c2be771b73c1c5566e1c2be0da2c83fb2be11b9015a
pgbackrest_2.21-1.debian.tar.xz 13.8 KiB d64d27a2f5b57921a18e12c6da4ce94d1e9067aa483159809ffe606197a0c289

Available diffs

No changes file available.

Binary packages built by this source

pgbackrest: Reliable PostgreSQL Backup & Restore

 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 This package contains all required binaries, scripts and libraries.

pgbackrest-dbgsym: debug symbols for pgbackrest
pgbackrest-doc: Documentation package for pgbackrest

 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.