Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: arenadata/pgbackrest

Tags

2.54_arenadata14

Toggle 2.54_arenadata14's commit message
Releaes 2.54_arenadata14

Fixes:
- Disable logging in signal handlers (#96)
- Disable installing PostgreSQL for multi-architecture tests (#92)
- Fix multi-architecture unit testing.

2.54_arenadata13

Toggle 2.54_arenadata13's commit message
Release 2.54_arenadata13

Fixes:
- Do not throw an error if the relfilenode in the filtering file is 0 (#91)

2.52_arenadata12

Toggle 2.52_arenadata12's commit message
Release 2.52_arenadata12

Fixes:
- Improve WAL filtering tests (#88)
- Fix verify command edge case with all WALs missing (#89)

2.52_arenadata11

Toggle 2.52_arenadata11's commit message
Release 2.52_arenadata11

Fixes:
- Add support for XLOG_PENDING_DELETE and XLOG_SMGR_CREATE_PDL WAL records
  (#86)
- Remove the assert for uniqueness of the wal file in the archive (#87)

2.52_arenadata10

Toggle 2.52_arenadata10's commit message
Release 2.52_arenadata10

Features:
- Add GPDB7 support for the WAL file filtering feature (#53)

Bunch of fixes for WAL filtering:
- Fix wal filtering when there is no unfinished record at the end of the
  file (#76)
- Fix WAL filtering when the checksum is in the next segment file (#78)
- Fix the search for near WAL files in other directories during WAL
  filtering (#79)
- Remove record is too big error (#80)
- Fix the overwrite contrecord processing at the beginning of the next
  file (#81)
- Replace the error of missing the next WAL file with a warning (#83)
- Fix the handling of WAL records larger than the WAL segment (#84)
- Fix reading the end of a record when the next file is partial (#85)

Also, backported several fixes for CI forkflows.

2.52_arenadata9

Toggle 2.52_arenadata9's commit message
Release 2.52_arenadata9

Fixes:
* ADBM-1970 Check corresponding WAL chain during verify of backup (#58)
* ADBM-2033 Add --set filtering for archive verification (#59)
* ADBM-2110 Fix WAL filtering for headers that divided across two pages (#65)
* ADBM-2135 Fix replacing of filtered WAL record with no-op (#68)
* ADBM-2161 Fix multi-architecture unit testing (#69)
* ADBM-2169 Fix the processing of multi-page WAL records at the beginning and
end of the WAL file (#70)

2.52_arenadata8

Toggle 2.52_arenadata8's commit message
Release 2.52_arenadata8

New features:
* ADBM-1941 Implement set option for pgbackrest verify
* ADBM-1942 Add JSON output to the verify command
* ADBM-1928 Implement restore progress for pgbackrest
* ADBM-1929 Add progress only mode for info command

Fixes:
* ADBDEV-6412 Add GPDB 7 support for integration test
* ADBM-2005 Update runner versions on Github actions
* ADBM-2055 Fix verify --set error reporting

release/2.54.1

Toggle release/2.54.1's commit message
v2.54.1: Bug Fix

Bug Fixes:

* Fix issue with version/help commands attempting to load pgbackrest.conf. (Reviewed by Stefan Fercot. Reported by Bradford Boyle, Julian.)

Test Suite Improvements:

* Stabilize async archiving in integration tests. (Contributed by Viktor Kurilko. Reviewed by David Steele.)

2.52_arenadata7

Toggle 2.52_arenadata7's commit message
Release 2.52_arenadata7

Fixes:

- ADBDEV-6384 Make the tests from allTest more stable (#48)
- ADBDEV-6761 Always restore system objects of database (#49)

release/2.54.0

Toggle release/2.54.0's commit message
v2.54.0: Target Time for Versioned Storage

NOTE TO PACKAGERS: This is last feature release to support the autoconf/make build. Please migrate to meson if you have not already done so. 2.54.X patch releases (if any) will continue to support autoconf/make.

Bug Fixes:

* Fix PostgreSQL query performance for large datasets. (Fixed by Thibault Vincent, David Steele. Reviewed by David Christensen, Antoine Millet. Reported by Antoine Millet.)

Features:

* Allow repositories on versioned storage to be read at a target time. (Reviewed by Stefan Fercot, David Christensen.)
* Allow requested standby backup to proceed with no standby. (Reviewed by Stefan Fercot.)

Improvements:

* Summarize backup reference list for info command text output. (Contributed by Stefan Fercot. Reviewed by David Steele.)
* Refresh web-id token for each S3 authentication. (Contributed by Brent Graveland. Reviewed by David Steele.)
* Correctly display current values for indexed options in help. (Reviewed by David Christensen.)
* Save backup.info only when contents have changed. (Reviewed by Stefan Fercot.)
* Remove limitation on reading files in parallel during restore. (Reviewed by David Christensen.)
* Improve SFTP error messages. (Contributed by Reid Thompson. Reviewed by David Steele.)

Documentation Features:

* Add performance tuning section to user guide. (Reviewed by Stefan Fercot.)

Documentation Improvements:

* Clarify source for data_directory. (Contributed by Stefan Fercot. Reviewed by David Steele. Suggested by Matthias.)
* Better logic for deciding when a summary should be lower-cased. (Suggested by Daniel Westermann.)