pgbackrest 2.19-1 source package in Ubuntu

Changelog

pgbackrest (2.19-1) unstable; urgency=medium

  * New Upstream Release:
    - Bug Fixes:
      * Fix remote timeout in delta restore. When performing a delta restore
        on a largely unchanged cluster the remote could timeout if no files were
        fetched from the repository within protocol-timeout. Add keep-alives to
        prevent remote timeout.
      * Fix handling of repeated HTTP headers. When HTTP headers are repeated
        they should be considered equivalent to a single comma-separated header
        rather than generating an error, which was the prior behavior.
    - Improvements:
      * JSON output from the info command is no longer pretty-printed.
        Monitoring systems can more easily ingest the JSON without linefeeds.
        External tools such as jq can be used to pretty-print if desired.
      * The check command is implemented entirely in C.
    - Documentation Improvements:
      * Document how to contribute to pgBackRest.
      * Document maximum version for auto-stop option.
    - Test Suite Improvements:
      * Fix container test path being used when --vm=none.
      * Fix mismatched timezone in expect test.
      * Don't autogenerate embedded libc code by default.
  * d/patches: Update ppc64le patch.

 -- Adrian Vondendriesch <email address hidden>  Fri, 15 Nov 2019 19:46:21 +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.19-1.dsc 2.1 KiB f8d8b5ae4ab8be121ff04a44c0e26e1a6a11441da85a671b433aea8a0e4b1b86
pgbackrest_2.19.orig.tar.gz 5.1 MiB a9d9d7619406a9effe0fe884c5fad21b65b4aca165b9d867afb48e3a182ee8ad
pgbackrest_2.19-1.debian.tar.xz 13.2 KiB fded87e64c099007e5aa1a1036ce9f90d646766be15d6db868fd100274ee6455

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.