1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-09-16 09:26:30 +02:00

3643 Commits

Author SHA1 Message Date
Alexey Savchkov
283daff691 Merge branch 'REL_2_5' 2025-09-07 15:51:47 +07:00
Daria Lepikhova
99e11e9ae2 PBCKP-1527: Remove version 11 and 12 from README 2025-02-07 15:28:24 +07:00
Daria Lepikhova
556a4f0c0a PBCKP-1527: Update copyrights to 2025 2025-02-07 15:01:09 +07:00
Alexey Savchkov
dc7d38132d Trim the minor ALT Linux versions in the installation instructions 2024-10-11 10:28:12 +07:00
Stepan Neretin
98863ae0cd [PBCKP-1238] Warning when using the community Version of pg_pro backup 2 for ENT
- Call check_version in add_instance subcmd to get correct error
2024-07-25 15:53:20 +07:00
vshepard
0c02283931 [NOJIRA] remove distutils 2024-06-25 16:41:08 +02:00
Alexey Savchkov
a2510f5fa1 Merge remote-tracking branch 'origin/REL_2_5' 2024-05-17 00:49:41 +07:00
Oleg Gurev
ac92457c2d [nojira] Change binary name to pg_probackup-16 2.5.15 2024-05-16 16:24:43 +03:00
Yura Sokolov
8d1358040a Merge branch 'REL_2_5' 2024-05-16 14:37:53 +03:00
Yura Sokolov
721d5d2311 Up version to 2.5.15 2024-05-16 14:37:37 +03:00
Yura Sokolov
d0be25c356 Merge branch 'REL_2_5' 2024-05-16 14:16:57 +03:00
Yura Sokolov
f361dda7f3 Revert "Replace BACKUP_PATH in the source files"
This reverts commit 90a4a4f4b3.
2024-05-16 14:08:04 +03:00
Alexey Savchkov
f45f87fe56 Merge branch 'REL_2_5' 2024-05-14 18:48:18 +07:00
Oleg Gurev
28bc0f6358 [PBCKP-818] Refinery of documentation manually 2024-05-13 10:20:13 +03:00
Oleg Gurev
69379ab7a6 [PBCKP-818] Documentation update script work result. 2024-05-13 10:20:13 +03:00
Oleg Gurev
26f1e9c052 [PBCKP-818] Doc. Replace --instance <replaceable> to --instance=<replaceable> in the xml
- Replace --instance node to --instance=node in the xml
2024-05-13 10:19:51 +03:00
Oleg Gurev
2b74971f71 [PBCKP-818] Add id's for programlisting section
- to use with automatet listings update
2024-05-13 10:11:05 +03:00
oleg gurev
d29b005d23 Rename default-units to no-scale-units 2.5.14 2024-05-06 04:39:06 +03:00
Alexey Savchkov
79d2b9d21c Name the backup by its ID 2024-04-19 10:13:04 +07:00
vshepard
da79091ace Fix test_unfinished_merge for REL_2_5 2024-04-12 12:05:41 +02:00
Alexey Savchkov
91cddad61d Up version 2024-04-05 12:44:29 +07:00
Alexey Savchkov
e9b8fcb1b2 Remove the version test 2024-04-05 12:22:38 +07:00
Yura Sokolov
63c281066d fix restoring highly compressed WAL
gzip surprisingly emits a lot of zeroes when compression ratio is high.
It triggered branch where FIO_PAGE_ZERO is emitted in agent but not handled
in fio_sned_file_gz properly.

Fix it.
2024-03-14 17:53:31 +03:00
Sofia Kopikova
e39a31e369 PBCKP-964 fix bug with incremental restore of relation with more than one segment (always wrong checksum on non-zero segment) + add tests for it 2024-03-13 14:36:37 +03:00
Oleg Gurev
3b741ee4f5 [PBCKP-804] Test_AssertionError_Python3.11 (no attribute 'errors') 2024-03-13 14:36:37 +03:00
Viktoria Shepard
2fd0dda488 Print remote host 2024-03-07 23:28:44 +03:00
vshepard
dffc2b2fcd PBCKP-805 add unlock mutex in data.c 2024-03-04 13:26:40 +01:00
Alexey Savchkov
ab05badc9d Change backup-path to backup-dir 2024-02-14 23:54:50 +07:00
Alexey Savchkov
90a4a4f4b3 Replace BACKUP_PATH in the source files 2024-02-14 23:46:53 +07:00
oleg gurev
17037baea2 [PBCKP-913] Fix WAL switching with huge XLogRecord
- Backport of PBCKP-859 bugfix
- increase current segment number when reader has already read it before
- avoid error if reader has to switch WAL again
- add python test for PAGE backup with huge XLog record
2024-02-14 10:51:47 +03:00
Oleg Gurev
287e7fc89f Add_requirements.txt
testgres can be installed with
pip install -r pg_probackup/tests/requirements.txt
2024-02-09 15:51:10 +03:00
Alexey Savchkov
031d3ebef7 Put listitem contents in <para> 2024-02-02 12:07:24 +07:00
Oleg Gurev
43318d696b [PBCKP-874] Addeded default unit output for config-show
- config-show command now has --default-units parameter
- If it is provided, all time and memory
- configuration options will be printed in their default units
- test added, test_help_1 corrected
2024-01-29 20:20:22 +03:00
Oleg Gurev
09236c6583 [PBCKP-874] Addeded "Logging options" section to help.c for
- add-instance
- archive-push
- archive-get
- catchup
commands
2024-01-29 15:45:54 +03:00
oleg gurev
58752c5a75 [PBCKP-198] Added tablespaces into show command output
- Solve Issue #431
- Output all tablespaces in backup in JSON output
- Output all tablespaces in backup in PLAIN output
2024-01-26 11:02:37 +03:00
Alexey Savchkov
9a91ea78dd Add a link to the installation section in the Quick start 2024-01-03 17:12:40 +07:00
Alexey Savchkov
b4035fd23d PBCKP-817 Add an example of the restore command 2024-01-03 15:42:22 +07:00
Elena Indrupskaya
f8c46efb5a [PBCKP-865] Fix minor but grammar 2024-01-03 15:30:37 +07:00
Elena Indrupskaya
c9439b65e2 [DOC] Fix syntax errorn in doc step elements 2024-01-03 15:29:34 +07:00
Elena Indrupskaya
9587b75b1f A few documentation edits 2024-01-03 14:30:33 +07:00
Alexey Savchkov
36b9761fa1 PBCKP-817 Update documentation examples to 2.7.0 2024-01-03 14:28:22 +07:00
Alexey Savchkov
46c8a3351d Rewrite How-To into a Quick Start 2024-01-03 14:20:33 +07:00
Yura Sokolov
343ed029a4 test_recovery_target_lsn_backup_victim - looks like it should pass
and not fail
2023-12-27 11:39:10 +03:00
Oleg Gurev
52e47fe196 [PBCKP-218] Incremental restore and missing pg_control (issue #304)
- pg_control file backup after all other files in backup
- pg_control file restore last in full restore
- rename pg_control to pg_control.pbk.bak at start of non-full restore
- remove pg_control.pbk.bak in the end of successfull non-full restore
- use pg_control.pbk.bak after failed non-full restore
- added tests for full and incremental restore

Tags: backup, catchup, restore
2023-12-22 12:28:05 +03:00
Victor Spirin
d26df12019 PBCKP-819: Fixed the recovery-target-timeline command line parameter. It may contain 'current' or 'latest' keywords.
recovery-target can be 'latest' too for compatibility with previous versions
2023-12-21 17:39:06 +03:00
Nikolay Zakharov
1ee26f9912 Fix bug: terminate program if file is not exists (#839) 2023-12-13 15:23:57 +03:00
Alexey Savchkov
2b9c9b1880 Merge branch 'REL_2_5' 2023-11-26 21:42:53 +07:00
Alexey Savchkov
41f5baae72 Switch to the new GPG key in the Debian installation 2023-11-26 21:42:06 +07:00
Alexey Savchkov
c9396ee5bc Merge REL_2_5 into master 2023-11-24 19:05:01 +07:00
Alexey Savchkov
76d2562039 Merge branch 'REL_2_5' 2023-11-24 18:12:32 +07:00