b670f0a99f
- update to version 2.53.1 * Fix permissions when restore run as root user * Fix segfault on delayed connection errors * Skip local repository duplicate check for SFTP * PostgreSQL 17beta3 support
devel
Andrea Manzini2024-08-20 06:36:01 +00:00
17c261ba26
Accepting request 960068 from home:darix:branches:server:database:postgresql
Bruno Friedmann2022-03-08 08:30:45 +00:00
588c5b791e
- make sure all unit files have unix line endings
Marcus Rueckert2022-02-18 18:01:52 +00:00
f9a5567409
- add systemd services: - diff/full/incremental backup - pgbackrest services for the TLS server - add pgbackrest.target to restart/stop all sub services - add Requires(pre) for postgresql-server to make sure the postgresql user is available for file permissions - change permissions of the config file from 0644 to 0640 as the file can contain passwords and encryption keys. - modernize the spec file
Marcus Rueckert2022-02-18 17:58:46 +00:00
e38c01ac73
Accepting request 935686 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2021-12-04 19:52:30 +00:00
21847dc63d
Accepting request 908629 from home:predivan:branches:server:database:postgresql
Bruno Friedmann2021-07-27 16:30:18 +00:00
82d765d42b
- update to version 2.33 with Multi-Repository and GCS Support + Bug Fixes: - Fix option warnings breaking async archive-get/archive-push. - Fix memory leak in backup during archive copy. - Fix stack overflow in cipher passphrase generation. - Fix repo-ls / on S3 repositories. + Features: - Multiple repository support. - GCS support for repository storage. - Add archive-header-check option. + Improvements: - Include recreated system databases during selective restore. - Exclude content-length from S3 signed headers. - Consolidate less commonly used repository storage options. - Allow custom config-path default with ./configure --with-configdir. - Log archive copy during backup. + Documentation Improvements: - Update reference to include links to user guide examples. - Update selective restore documentation with caveats. - Add compress-type clarification to archive-copy documentation. - Add compress-level defaults per compress-type value. - Add note about required NFS settings being the same as PostgreSQL.
Bruno Friedmann2021-04-29 09:39:50 +00:00
1ac82c4200
- update to version 2.32 + Bug Fixes: - Fix resume after partial delete of backup by prior resume. + Features: - Add repo-ls command. - Add repo-get command. - Add archive-mode-check option. + Improvements: - Improve archive-get performance. + Documentation Improvements: - Improve expire command documentation. - Packaging: spec-cleaner minimal (copyright year, pkgconfig order)
Bruno Friedmann2021-02-25 10:27:42 +00:00
2ed5e18dbd
Accepting request 858765 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2020-12-26 17:55:50 +00:00
f1d3ad5540
Accepting request 841600 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2020-10-13 18:49:07 +00:00
41c8d9e69e
Accepting request 833420 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2020-09-13 14:27:44 +00:00
d0518e22a8
Accepting request 828501 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2020-08-22 09:07:38 +00:00
f47fc09661
- update to version 2.27 Expiration Improvements Compression Drivers + Bug Fixes: - Fix issue checking if file links are contained in path links. - Allow pg-path1 to be optional for synchronous archive-push. - The expire command now checks if a stop file is present. - Handle missing reason phrase in HTTP response. - Increase buffer size for lz4 compression flush. - Ignore pg-host* and repo-host* options for the remote command. - Fix possibly missing pg1-* options for the remote command. + Features: - Time-based retention for full backups. The --repo-retention-full-type option allows retention of full backups based on a time period, specified in days. - Ad hoc backup expiration. Allow the user to remove a specified backup regardless of retention settings. - Zstandard compression support. Note that setting compress-type=zst will make new backups and archive incompatible (unrestorable) with prior versions of pgBackRest. - bzip2 compression support. Note that setting compress-type=bz2 will make new backups and archive incompatible (unrestorable) with prior versions of pgBackRest. - Add backup/expire running status to the info command. + Improvements: - Expire WAL archive only when repo-retention-archive threshold is met. WAL prior to the first full backup was previously expired after the first full backup. Now it is preserved according to retention settings. - Add local MD5 implementation so S3 works when FIPS is enabled. - PostgreSQL 13 beta1 support. Changes to the control/catalog/WAL versions in subsequent betas may break compatibility but
Bruno Friedmann2020-05-30 14:10:16 +00:00
9c9172f66f
- update to version 2.26 : Non-blocking TLS + Bug Fix : Remove empty subexpression from manifest regular expression. MacOS was not happy about this though other platforms seemed to work fine. + Improvements: - N on-blocking TLS implementation. - Only limit backup copy size for WAL-logged files. The prior behavior could possibly lead to postgresql.conf or postgresql.auto.conf being truncated in the backup. - TCP keep-alive options are configurable. - Add io-timeout option. - update to version 2.25 : LZ4 Compression Support + Features: - Add lz4 compression support. Note that setting compress-type=lz4 will make new backups and archive incompatible (unrestorable) with prior versions of pgBackRest. - Add --dry-run option to the expire command. Use dry-run to see which backups/archive would be removed by the expire command without actually removing anything. + Improvements: - Improve performance of remote manifest build. - Fix detection of keepalive options on Linux. - Add configure host detection to set standards flags correctly. - Remove compress/compress-level options from commands where unused. - Limit backup file copy size to size reported at backup start. If a file grows during the backup it will be reconstructed by WAL replay during recovery so there is no need to copy the additional data. - Packaging: + Add new requirement lz4
Bruno Friedmann2020-05-01 16:28:44 +00:00
e8335cb986
Accepting request 787841 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2020-03-24 15:08:48 +00:00
d2514b404b
- update to 2.23 : Bugfix + Bug Fixes: - Fix missing files corrupting the manifest. If a file was removed by PostgreSQL during the backup (or was missing from the standby) then the next file might not be copied and updated in the manifest. If this happened then the backup would error when restored. + Improvements: - Use pkg-config instead of xml2-config for libxml2 build options. - Validate checksums are set in the manifest on backup/restore. - Introduce upstream_wrongly_bring_back_pg_config.patch to fix upstream code (using pg_config in client code) Upstream issue #920Bruno Friedmann2020-01-27 21:31:08 +00:00
dddf384625
Accepting request 766771 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2020-01-24 09:39:02 +00:00
2e0ef50993
Accepting request 754103 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2019-12-04 16:52:04 +00:00
4ac51e32b6
Accepting request 735528 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2019-10-07 19:04:58 +00:00
25542b8f46
Accepting request 725929 from home:bruno_friedmann:branches:server:database:postgresql
Martin Pluskal2019-08-26 01:23:36 +00:00
c69aca7950
- Update to 2.14 release + Bug Fixes: Fix segfault when process-max > 8 for archive-push/archive-get. + Improvements: Bypass database checks when stanza-delete issued with force. Add configure script for improved multi-platform support. + Documentation Features: Add user guides for CentOS/RHEL 6/7. - 2.13 release + Bug Fixes: Fix zero-length reads causing problems for IO filters that did not expect them. Fix reliability of error reporting from local/remote processes. Fix Posix/CIFS error messages reporting the wrong filename on write/sync/close. - 2.12 release + IMPORTANT NOTE: The new TLS/SSL implementation forbids dots in S3 bucket names per RFC-2818. This security fix is required for compliant hostname verification. + Bug Fixes: Fix issues when a path option is / terminated. Fix issues when log-level-file=off is set for the archive-get command. Fix C code to recognize host:port option format like Perl does. Fix issues with remote/local command logging options. + Improvements: The archive-push command is implemented entirely in C. Increase process-max limit to 999. Improve error message when an S3 bucket name contains dots. + Documentation Improvements:
Bruno Friedmann2019-06-05 15:32:49 +00:00
3a065299f5
Accepting request 683736 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2019-03-11 09:38:07 +00:00
b04d05504d
Accepting request 677608 from home:bruno_friedmann:branches:server:database:postgresql
Martin Pluskal2019-02-21 08:59:16 +00:00
210b7ca263
Accepting request 672999 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2019-02-11 10:39:47 +00:00
67889c516a
Accepting request 653201 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2018-12-01 09:19:43 +00:00
363ac14265
Accepting request 650502 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2018-11-20 13:59:11 +00:00
633ca5da5e
Accepting request 645056 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2018-10-29 07:01:08 +00:00
f653c46bca
EMERGENCY - Fix packaging : Avoid segv backtrace + Don't package and distribute perl or LibC They are already in final binary. Ref https://github.com/pgbackrest/pgbackrest/issues/558 + As a result : tests are no more usable, (only vagrant runs) use a simple call of the binary (pgbackrest version) to exclude futur backtrace + Clean spec: licence and remove macro for file
Bruno Friedmann2018-07-14 16:30:33 +00:00
159098222a
Accepting request 622034 from home:bruno_friedmann:branches:server:database:postgresql
Martin Pluskal2018-07-12 08:01:33 +00:00
e213cf3106
Accepting request 612625 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2018-05-28 09:56:30 +00:00
004ab239ca
Accepting request 611527 from home:bruno_friedmann:branches:server:database:postgresql
Martin Pluskal2018-05-23 10:23:34 +00:00
9f582f5832
Accepting request 606763 from home:bruno_friedmann:branches:server:database:postgresql
Martin Pluskal2018-05-13 12:39:04 +00:00
e41c55d94d
Accepting request 585100 from home:bruno_friedmann:branches:server:database:postgresql
Marcus Rueckert2018-03-10 20:11:23 +00:00
162be5b2d7
Accepting request 572427 from home:bruno_friedmann:branches:server:database:postgresql
Bruno Friedmann2018-02-05 17:37:50 +00:00
d771a30254
- added pgbackrest-release-1.00_datadir.patch: perl libraries installed in the normal search path we dont need this anymore.
Marcus Rueckert2016-05-04 02:46:52 +00:00