Codebase list pgbackrest / d1a5b76
Prepare new Upstream release 2.37. Adrian Vondendriesch 2 years ago
1 changed file(s) with 26 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 pgbackrest (2.37-1) UNRELEASED; urgency=medium
1
2 * New Upstream Release:
3 - Bug Fixes:
4 * Fix restore delta link mapping when path/file already exists.
5 * Fix socket leak on connection retries.
6 - Features:
7 * Add TLS server.
8 * Add --cmd option.
9 - Improvements:
10 * Check archive immediately after backup start.
11 * Add timeline and checkpoint checks to backup.
12 * Check that clusters are alive and correctly configured during a backup.
13 * Error when restore is unable to find a backup to match the time target.
14 * Parse protocol/port in S3/Azure endpoints.
15 * Add warning when checkpoint_timeout exceeds db-timeout.
16 * Add verb to HTTP error output.
17 * Allow y/n arguments for boolean command-line options.
18 * Make backup size logging exactly match info command output.
19 - Documentation Improvements:
20 * Display size option default and allowed values with appropriate units.
21 * Fix typos and improve documentation for the tablespace-map-all option.
22 * Remove obsolete statement about future multi-repository support.
23
24 -- Adrian Vondendriesch <adrian.vondendriesch@credativ.de> Tue, 04 Jan 2022 11:44:12 +0100
25
026 pgbackrest (2.36-1) unstable; urgency=medium
127
228 * Team upload with new upstream version.