1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00
Commit Graph

893 Commits

Author SHA1 Message Date
Raymond Tau
67d17b5e73 Merge branch 'pg-9.5' 2017-12-11 18:34:53 +08:00
Raymond Tau
8192f0e58d Make pg_probackup works again on PostgreSQL 9.5
Function pg_control_system is added in 9.6, which makes check on
9.5 fails all the time. Added logic to bypass that checking of
system identifier between data directory DB connection unless
DB version is >= 9.6
2017-12-11 18:25:39 +08:00
Grigory Smolkin
4efa7ab330 add message about Recovery Time 2017-12-08 16:53:00 +03:00
Grigory Smolkin
bdb47b744f minor changes to elevel of certain messages 2017-12-08 16:24:35 +03:00
Grigory Smolkin
61d57b63db ptrack minor optimization 2017-12-08 16:22:06 +03:00
Grigory Smolkin
dc6b127a25 tests: check that pg_probackup behave correctly when encountering page corruption in PostgreSQL 2017-12-08 16:11:21 +03:00
Arthur Zakirov
3fcdae09bd PGPRO-1205: Show PostgreSQL version via --version argument 2017-12-06 19:00:00 +03:00
Arthur Zakirov
a046e5f016 PGPRO-584: Remove old -l argument from help 2017-12-06 18:02:20 +03:00
s.logvinenko
d46161521e fix auth_test 2017-12-06 17:57:05 +03:00
s.logvinenko
cdc3d240af fix auth_test 2017-12-06 16:26:30 +03:00
s.logvinenko
90e8c80473 add new test case 2017-12-06 11:06:44 +03:00
s.logvinenko
f01fd61ed7 add new test case 2017-12-06 10:37:03 +03:00
s.logvinenko
71590bf7f3 add new test case 2017-12-06 10:32:30 +03:00
s.logvinenko
7beae32358 fix auth_test
fix unsetenv
2017-12-06 10:23:59 +03:00
s.logvinenko
6b23657666 fix auth_test
fix unsetenv
2017-12-06 10:22:05 +03:00
sfalkon
45d38d6130 fix auth_test 2017-12-05 22:46:47 +03:00
sfalkon
942b2df4a9 fix auth_test 2017-12-05 20:45:44 +03:00
sfalkon
3f650ed2f1 fix auth_test 2017-12-05 20:13:41 +03:00
sfalkon
d86778dc84 fix auth_test
fix file mode
2017-12-05 17:47:44 +03:00
sfalkon
25267975a8 fix auth_test
fix file mode
2017-12-05 17:40:11 +03:00
sfalkon
d8953f580a fix auth_test 2017-12-05 17:38:00 +03:00
sfalkon
065fb0e539 fix port int to string 2017-12-05 17:28:00 +03:00
sfalkon
6cf129546d fix ptrack_helper 2017-12-05 17:25:43 +03:00
sfalkon
32d9b7abdf add tests in auth_test 2017-12-05 17:08:38 +03:00
s.logvinenko
c36a0ff5c5 Merge branch 'master' of https://git.postgrespro.ru/pgpro-dev/pg_probackup into testgres1
Conflicts:
	tests/auth_test.py
	tests/helpers/ptrack_helpers.py
	tests/ptrack.py
2017-12-04 18:04:03 +03:00
s.logvinenko
edc1b31ffd Add auth_test. Test pg_probackup with user authentification. 2017-12-04 17:42:18 +03:00
s.logvinenko
3e290f0a16 fix auth_test 2017-12-04 17:17:49 +03:00
s.logvinenko
7e08ca7029 fix auth_test 2017-12-04 15:40:31 +03:00
Arthur Zakirov
dd6a1f496c Fix help of init command 2017-12-04 14:29:50 +03:00
Arthur Zakirov
6cc75e16e1 Fix using of parse_uint64() 2017-12-01 17:38:10 +03:00
Arthur Zakirov
c68086a30e Revert "Replace simple_prompt() by pgut_simple()."
This reverts commit 06aee9cbf6.
2017-12-01 17:37:29 +03:00
sfalkon
df6e586b54 fix auth_test 2017-11-30 16:39:52 +03:00
Arthur Zakirov
ccdb4d748b Merge branch 'pgpro-584' 2017-11-30 15:51:46 +03:00
Arthur Zakirov
3f0efe4c8f Use pg_stat_file() with pg_read_file() 2017-11-30 15:49:48 +03:00
Grigory Smolkin
b4c56bf21c Version 2.0.13
- Do not include not changed relations into the PAGE backup
    - Correct procedure of obtaining backup_label and tablespace_map via SQL for exclusive backups
    - Do PTRACK backups only for ptrack_version >= 1.4
2017-11-30 14:56:59 +03:00
sfalkon
89e3d113d7 fix auth_test 2017-11-30 13:49:27 +03:00
sfalkon
733704ae24 fix auth_test 2017-11-30 13:48:25 +03:00
sfalkon
462ce33f45 fix auth_test 2017-11-30 13:41:26 +03:00
Grigory Smolkin
b269c84238 tests: new module "exclude.py" and minor fixes 2017-11-30 09:14:46 +03:00
Grigory Smolkin
b16dd21617 PGPRO-1189: fix for exclusive mode for backup from replica 2017-11-29 23:03:12 +03:00
s.logvinenko
bdeff4029d fix auth_test 2017-11-29 18:21:18 +03:00
s.logvinenko
822020998e fix auth_test 2017-11-29 17:59:18 +03:00
Grigory Smolkin
d09413199a spelling fix 2017-11-29 13:08:42 +03:00
Grigory Smolkin
a7bc86211c PGPRO-1189: for exclusive backups get backup_label and tablespace_map via SQL 2017-11-29 12:51:43 +03:00
s.logvinenko
c09e805697 fix auth_test 2017-11-29 11:48:26 +03:00
sfalkon
a2b802ca8f fix auth_test 2017-11-28 17:04:18 +03:00
sfalkon
00cf6d58c1 fix auth_test 2017-11-28 16:29:06 +03:00
sfalkon
9079a2b253 add auth_test 2017-11-28 15:03:47 +03:00
Grigory Smolkin
fac4250770 fix PAGE backup copying not changed files 2017-11-27 21:51:45 +03:00
Anastasia
b5a70fcfd9 check if ptrack_version == 1.4 2017-11-24 14:26:23 +03:00