1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00
Commit Graph

3450 Commits

Author SHA1 Message Date
Elena Indrupskaya
986e9ab958 [DOC] [skip travis] Incorporated more feedback on probackup documentation from translator 2021-08-30 14:33:51 +03:00
dlepikhova
4c052b9ce5
Merge pull request #424 from postgrespro/pgpro-5454
[PGPRO-5454] copying basedir to exclude the situation of overwriting …
2021-08-20 14:09:12 +05:00
Mikhail A. Kulagin
52840d7899 [PGPRO-5454] copying basedir to exclude the situation of overwriting memory in another thread 2021-08-19 19:29:45 +03:00
Elena Indrupskaya
14035b271d [DOC] [skip travis] Incorporated feedback on documentation from translator 2021-08-19 10:01:18 +03:00
Elena Indrupskaya
e5714bc625 [DOC] [skip travis] Fixed misplaced comma in documentation 2021-08-17 18:23:59 +03:00
Mikhail A. Kulagin
97fe5b8372 fix for windows: conditional strndup() replacement 2021-08-13 19:14:22 +03:00
Grigory Smolkin
328eea196a Version 2.5.1 2021-08-13 16:14:04 +03:00
Elena Indrupskaya
83c0cbb61b [DOC] [skip travis] Removed version tags 12+ from documentation 2021-08-13 15:23:03 +03:00
Mikhail A. Kulagin
c00ffe2790
catchup functionality expansion (#419)
[PR #419] New command 'catchup' for synchronizing stale standby with master by transfering only changes blocks, or creating standby from scratch.

Co-authored-by: Elena Indrupskaya <e.indrupskaya@postgrespro.ru>
Co-authored-by: Grigory Smolkin <g.smolkin@postgrespro.ru>
2021-08-13 15:05:42 +03:00
Mikhail A. Kulagin
3e6701e618 Merge branch 'master' into release_2_5 2021-08-13 05:28:34 +03:00
Mikhail A. Kulagin
002d7b53b9
[PGPRO-5378] fix various tests (#420)
* [PGPRO-5378] tests.replica.ReplicaTest.test_replica_archive_page_backup stabilization
* Skip some tests on PG-9.5 (test_replica_switchover, test_replica_promote_archive_delta, test_replica_promote_archive_page, test_parent_choosing)
* travis: Fix compatibility issues with GDB
2021-08-13 02:59:20 +03:00
Mikhail A. Kulagin
384cf6dcfd
CVE-2018-1058 fix (#415)
* CVE-2018-1058 fix
2021-08-12 14:50:07 +03:00
Mikhail A. Kulagin
ba28354de7 Merge branch 'master' into release_2_5 2021-08-03 22:24:33 +03:00
AndrewBille
8846e1997a
Stabilizy tests. (#411)
* tests: Introduced a new flag for tests -- PGPROBACKUP_GDB
* tests: Do travis builds with CFLAGS="-O0" (stabilization of gdb tests)
* tests: Run compatibility tests only if PGPROBACKUPBIN_OLD set
* tests: Running some tests now depends on PGPROBACKUP_SSH_REMOTE
2021-08-03 21:59:49 +03:00
Mikhail A. Kulagin
475513996e travis: refine allow_failures condition (allow fail with postgresql master branch) 2021-08-03 18:54:21 +03:00
Mikhail A. Kulagin
4de1607e08
"fix" unstable backup.BackupTest.test_backup_with_less_privileges_role (disable tests in archive mode from replica) (#414) 2021-08-03 13:20:07 +03:00
Mikhail A. Kulagin
ee5b1de316
add REL_14_STABLE and master PG branches to travis 2021-08-03 00:43:41 +03:00
Mikhail A. Kulagin
0f3ae09bfd add REL_14_STABLE and master PG branches to travis 2021-08-02 23:39:08 +03:00
Mikhail A. Kulagin
817b79b00f
Add compatibility with postgres master (upcoming PG-15). (#410)
Upstream commit cda03cfed6b changed CreateReplicationSlot() signature
2021-07-15 12:25:32 +03:00
AndrewBille
f63faad5e7
tests: Run compatibility tests only if PGPROBACKUPBIN_OLD set (#408) 2021-07-15 10:44:00 +03:00
Grigory Smolkin
57f871accc Version 2.4.17 2021-07-15 00:48:21 +03:00
Grigory Smolkin
07127b8eb5 [Issue #400] some leftovers 2021-06-21 23:55:29 +03:00
Mikhail A. Kulagin
7de728496d
Catchup command implementation (#392)
[ PR #392] New command "catchup" is added, it allows fallen-behind standby to "catch up" with master, or create standby from scratch without resorting to restore from backup

Co-authored-by: Grigory Smolkin <g.smolkin@postgrespro.ru>
Co-authored-by: anastasia <lubennikovaav@gmail.com>
Co-authored-by: Elena Indrupskaya <e.indrupskaya@postgrespro.ru>
2021-06-21 11:45:10 +03:00
Grigory Smolkin
b13d3b8c88 Merge branch 'master' into release_2_5 2021-06-20 14:54:16 +03:00
Grigory Smolkin
b395b3c942 Readme: update 2021-06-20 02:28:59 +03:00
Grigory Smolkin
e27a6a91e0 [Issue #400] PostgreSQL 14 support 2021-06-20 02:13:35 +03:00
Grigory Smolkin
ad4fc967d6 fix segfault in get_index_list 2021-06-18 20:04:39 +03:00
Mikhail A. Kulagin
d55838e80d fix test restore.RestoreTest.test_missing_database_map for PGPROEE11 compatibility 2021-06-18 13:39:11 +03:00
Grigory Smolkin
148afb2806 Merge branch 'master' into release_2_5 2021-06-18 12:21:23 +03:00
Grigory Smolkin
e68132d10c tests: fix tests.archive.ArchiveTest.test_basic_master_and_replica_concurrent_archiving 2021-06-18 12:20:58 +03:00
Grigory Smolkin
7ca590c6cc tests: drop ptrack1 suppport 2021-06-18 12:12:37 +03:00
Grigory Smolkin
469c5a1736 travis: some more fixes 2021-06-18 10:38:15 +03:00
Grigory Smolkin
d65ae6ccbd travis: build only required PG objects to speed up test 2021-06-18 01:15:43 +03:00
Grigory Smolkin
11e1240b71 Merge branch 'master' into release_2_5 2021-06-17 22:56:32 +03:00
Grigory Smolkin
dbbfee4a63 tests: disable ptrack testing for PG < 11 2021-06-17 22:29:55 +03:00
Grigory Smolkin
cf8fb8c9de travis: run only smoke suit 2021-06-17 21:59:04 +03:00
Grigory Smolkin
45b7816fe9 Merge branch 'master' into release_2_5 2021-06-17 21:44:33 +03:00
Grigory Smolkin
318cb6e5b8 travis: some more fixes 2021-06-17 21:41:39 +03:00
Grigory Smolkin
6506eade26 travis: move to python3 2021-06-17 21:41:35 +03:00
Grigory Smolkin
423ffcaf38 travis: start sshd in container 2021-06-17 21:41:31 +03:00
Grigory Smolkin
365c959f58 travis: some more fixes 2021-06-17 21:40:46 +03:00
Grigory Smolkin
88bea549d3 travis: move to python3 2021-06-17 21:31:30 +03:00
Grigory Smolkin
5f54e623c9 travis: start sshd in container 2021-06-17 21:23:34 +03:00
Grigory Smolkin
4c27a93e8d tests: minor fix in ptrack.py 2021-06-17 19:44:08 +03:00
Grigory Smolkin
c8c74360d4 Merge branch 'master' into release_2_5 2021-06-17 19:29:07 +03:00
Grigory Smolkin
7c3f49a7eb travis: run on every branch, do not tolerate job failures 2021-06-17 19:28:48 +03:00
Mikhail A. Kulagin
cce59bc824
Remove ptrack-1.* support (#398)
* Remove ptrack-1.* support

* [PR #398] review feedback

* [PR #398] remove conn_arg from backup_files_arg

Co-authored-by: Grigory Smolkin <g.smolkin@postgrespro.ru>
2021-06-17 19:11:36 +03:00
Grigory Smolkin
97b23c45f6 Merge branch 'master' into release_2_5 2021-06-17 02:33:06 +03:00
Grigory Smolkin
6e8e948fd6 [Issue #313] added test coverage 2021-06-17 02:32:36 +03:00
Grigory Smolkin
d1106e5571 [Issue #394] use durable_write in fio_write 2021-06-14 14:16:07 +03:00