1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-14 12:00:13 +02:00
Commit Graph

2141 Commits

Author SHA1 Message Date
Grigory Smolkin
2a78020243 checkdb bugfixes: query to select indexes not from "pg_global" tablespace was incorrect, also index namespace used in "--progress" and WARNING messages was incorrect 2019-07-06 03:22:27 +03:00
Grigory Smolkin
b12b89f3ba tests: minor fixes for "checkdb" module 2019-07-06 03:18:03 +03:00
Grigory Smolkin
57da2e5b38 rename "omit_symlink" flag to follow_symlink 2019-07-04 01:46:45 +03:00
Grigory Smolkin
3b97c4f4cd minor bugfix: del-instance was failing due to presense of .history files in archive directory 2019-07-04 01:44:14 +03:00
Grigory Smolkin
74b25e4383 Revert "Decompress restored file by remote agent"
This reverts commit 3873318eec.
2019-07-04 01:33:59 +03:00
Konstantin Knizhnik
de38db4deb Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2019-07-03 23:22:57 +03:00
Konstantin Knizhnik
3873318eec Decompress restored file by remote agent 2019-07-03 23:22:48 +03:00
Grigory Smolkin
0e99b6fb96 Documentation: added example for "--ssh-options" setting 2019-07-03 18:17:50 +03:00
Grigory Smolkin
e1880c57c6 minor bugfix: close ssh connection when it is not needed anymore 2019-07-03 18:09:00 +03:00
Grigory Smolkin
b231d845f3 tests: added backup.BackupTest.test_backup_truncate_misaligned 2019-07-03 18:06:47 +03:00
Grigory Smolkin
c3d89c2552 tests: minor fixes in module "archive" 2019-07-03 18:00:15 +03:00
Grigory Smolkin
61282253db tests: minor fix for basic tests suit 2019-07-03 17:58:36 +03:00
Grigory Smolkin
f87fd1b2ac tests: added replica.ReplicaTest.test_replica_promote 2019-07-03 17:57:11 +03:00
Grigory Smolkin
61b733b0b7 Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup 2019-07-03 00:06:58 +03:00
Konstantin Knizhnik
da8bf6de29 Make child_pid variable thread local 2019-07-03 00:06:00 +03:00
Grigory Smolkin
3b7fb5d4ed minor bugfix: close ssh connection when it is not needed 2019-07-02 20:04:04 +03:00
Konstantin Knizhnik
569144a335 Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2019-07-02 16:49:46 +03:00
Konstantin Knizhnik
d57b65fa87 Wait for ssh process completion in fio_disconnect 2019-07-02 16:49:38 +03:00
Grigory Smolkin
7c7d953cd1 Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup 2019-07-01 22:54:12 +03:00
Konstantin Knizhnik
abfb2b56f5 Merge branch 'master' of git.postgrespro.ru:pgpro-dev/pg_probackup 2019-07-01 22:35:17 +03:00
Konstantin Knizhnik
3eed6718b0 Add fio_dsconnect function 2019-07-01 22:35:10 +03:00
Grigory Smolkin
361af245df tests: remove compatibility.CompatibilityTest.test_backup_concurrent_drop_table 2019-07-01 15:15:42 +03:00
Grigory Smolkin
79f940ff75 checkdb: don`t close descriptor if file size is not aligned BLCKSZ 2019-06-28 12:47:13 +03:00
Konstantin Knizhnik
5f840ba436 Fix passing error in fio_send_pages 2019-06-28 10:09:03 +03:00
Grigory Smolkin
eb2a397a01 tests: minor fixes for corruption detection 2019-06-28 01:16:10 +03:00
Grigory Smolkin
4a3ac209e0 tests: added backup.BackupTest.test_backup_detect_corruption 2019-06-28 00:41:14 +03:00
Grigory Smolkin
54737fb8f4 tests: added retention.RetentionTest.test_retention_redundancy_overlapping_chains 2019-06-27 01:41:21 +03:00
Grigory Smolkin
3ce65d2eb7 Documentation: quick fix 2019-06-25 18:00:45 +03:00
Grigory Smolkin
f2a17b6ce0 Documentation: fix headings 2019-06-25 17:59:13 +03:00
Grigory Smolkin
989d7bc77b Documentation: minor fix 2019-06-25 13:21:02 +03:00
Grigory Smolkin
73e2c861ca Documentation: final fixes 2019-06-25 01:51:06 +03:00
Grigory Smolkin
e2e12bf15d Documentation: style minor fixes 2019-06-25 01:06:58 +03:00
Grigory Smolkin
7ff166539d Documentation: style minor fixes 2019-06-25 01:04:54 +03:00
Grigory Smolkin
8de99afbb0 Documentation: style minor fixes 2019-06-25 00:52:03 +03:00
Grigory Smolkin
8ad309aae9 Documentation: minor fixes 2019-06-25 00:43:48 +03:00
Grigory Smolkin
341b612520 tests: added tests.backup.BackupTest.test_backup_with_least_privileges_role 2019-06-24 20:08:03 +03:00
Grigory Smolkin
16d6924f47 Documentation: add section "Setting up Cluster Verification" 2019-06-24 13:45:05 +03:00
Grigory Smolkin
223b4e5026 Readme: add link to Documentation.md 2019-06-24 01:45:28 +03:00
Grigory Smolkin
dd85a421dc update Documentation 2019-06-24 01:41:05 +03:00
Grigory Smolkin
648ccab43b update to Documentation 2019-06-24 00:39:44 +03:00
Grigory Smolkin
827562e0c1 minor fixes to Documentation 2019-06-24 00:30:00 +03:00
Grigory Smolkin
1c06ec1f10 minor fixes to Documentation 2019-06-24 00:16:03 +03:00
Grigory Smolkin
4e54fce522 minor fixes to Documentation 2019-06-24 00:15:12 +03:00
Grigory Smolkin
c58e537d10 minor fixes to Documentation 2019-06-24 00:03:24 +03:00
Grigory Smolkin
dc754c61ab minor fixes to Documentation 2019-06-23 23:39:47 +03:00
Grigory Smolkin
53b0fbaea9 minor fixes to Documentation 2019-06-23 23:09:09 +03:00
Grigory Smolkin
da00777bdf minor fixes to Documentation 2019-06-23 23:05:08 +03:00
Grigory Smolkin
637724920d add section "Verifying a Cluster" to Documentation 2019-06-23 22:55:05 +03:00
Grigory Smolkin
60fcc3b097 update Documentation 2019-06-23 20:34:45 +03:00
Grigory Smolkin
7be04839d9 update Documentation 2019-06-23 16:46:30 +03:00