1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-04 10:44:46 +02:00
Commit Graph

1977 Commits

Author SHA1 Message Date
Grigory Smolkin
323add28aa tests: added external.ExternalTest.test_external_dirs_overlapping 2019-05-01 16:53:49 +03:00
Grigory Smolkin
559390aa9e change stub wording 2019-05-01 02:45:17 +03:00
Grigory Smolkin
a7650c07c2 stub for remote operations on Windows 2019-05-01 02:43:52 +03:00
Grigory Smolkin
481faf0b5b tests: rename module "backup_test" to "backup" 2019-05-01 02:41:27 +03:00
Grigory Smolkin
04541c5029 tests: final Windows fixes 2019-05-01 02:39:08 +03:00
Grigory Smolkin
613a5b3cc0 tests: Windows fixes for "show" module 2019-05-01 02:32:16 +03:00
Grigory Smolkin
642eb1a096 tests: fixes for Windows in "option" modules 2019-05-01 02:20:08 +03:00
Grigory Smolkin
04af42c241 tests: changes in "init" and "restore" modules for Windows 2019-05-01 02:08:51 +03:00
Grigory Smolkin
b70b9a232b tests: fixes for Windows 2019-04-30 20:20:41 +03:00
Grigory Smolkin
b7a9a20b99 tests: fixes for Windows 2019-04-30 20:18:40 +03:00
Grigory Smolkin
e771c97aa2 tests: minor fixes for "page" module 2019-04-30 19:44:06 +03:00
Arthur Zakirov
ee90c5410d Remove make_native_path() from pgBackupGetPath2() 2019-04-30 12:28:26 +03:00
Grigory Smolkin
d8086219c7 tests: fix checkdb for Windows 2019-04-30 01:49:14 +03:00
Grigory Smolkin
5362c2a783 canonicalize tablespace path 2019-04-30 00:38:19 +03:00
Grigory Smolkin
091b7c6e4b tests: minor fixes for Windows 2019-04-30 00:35:28 +03:00
Artur Zakirov
a71288249e canonicalize_path() within pgFileInit() 2019-04-30 00:24:44 +03:00
Grigory Smolkin
d042b8e0db minor bugfix: canonicalize tablespace path in read_tablespace_map() 2019-04-29 23:53:38 +03:00
Grigory Smolkin
7d30e5b33f minor bugfix: ensure that tablespace directories are canonicalized 2019-04-29 22:45:44 +03:00
Grigory Smolkin
c3451c5604 tests: module "external" fixes for Windows 2019-04-29 19:41:53 +03:00
Arthur Zakirov
f154be4c0f Canonicalize some other paths 2019-04-29 19:19:44 +03:00
Arthur Zakirov
b2464d946b Canonicalize external mapping paths 2019-04-29 19:11:01 +03:00
Grigory Smolkin
1b02f87c12 tests: additional fixes for "external" module 2019-04-29 16:08:26 +03:00
Grigory Smolkin
cbfb496d5b tests: minor fix in "external" module 2019-04-29 15:59:19 +03:00
Arthur Zakirov
d66bca9fff Remove '\' handling code 2019-04-29 15:23:59 +03:00
Konstantin Knizhnik
a490120c16 Correctly set binary mode for SSH pipe 2019-04-29 10:56:44 +03:00
Grigory Smolkin
16fff38156 tests: fixes to "external" and "merge" modules 2019-04-28 23:28:35 +03:00
Grigory Smolkin
10229f710f tests: fix test_restore_external_dir_is_missing and test_restore_external_dir_is_empty and add test_restore_external_dir_string_order 2019-04-28 01:06:15 +03:00
Grigory Smolkin
e51398e256 add double quotes to elog message about missing external directory 2019-04-28 01:04:21 +03:00
Arthur Zakirov
6974eb8958 Remove external directories files from previous backups 2019-04-26 17:37:38 +03:00
Grigory Smolkin
26cb867d0f fix typo 2019-04-26 14:13:46 +03:00
Konstantin Knizhnik
977ef811c1 Remove debug sleep 2019-04-26 11:37:03 +03:00
Arthur Zakirov
32d283f712 Check for existance of an external directory 2019-04-26 11:33:34 +03:00
Grigory Smolkin
d489cc700e tests: rename external.ExternalTest.test_restore_external_dir_is_empty to external.ExternalTest.test_restore_external_dir_is_missing 2019-04-26 01:19:10 +03:00
Konstantin Knizhnik
982cf6ac63 Fix error in forming remote path for Windows 2019-04-25 19:53:35 +03:00
Konstantin Knizhnik
66d33a188e Rewrite remote ssh support for Windows 2019-04-25 19:34:11 +03:00
Konstantin Knizhnik
8aba8e8940 Rewrite remote ssh support for Windows 2019-04-25 19:31:24 +03:00
Grigory Smolkin
cc66172785 minor bugfix: do not check external directories if their restore is not requested 2019-04-25 19:15:47 +03:00
Konstantin Knizhnik
576ffcee8d Rewrite remote ssh support for Windows 2019-04-25 19:10:57 +03:00
Konstantin Knizhnik
be52f7d206 Rewrite remote ssh support for Windows 2019-04-25 19:04:34 +03:00
Konstantin Knizhnik
b95710c4b2 Rewrite remote ssh support for Windows 2019-04-25 18:56:52 +03:00
Konstantin Knizhnik
f466a04a30 Support remote SSH at windows 2019-04-25 18:04:39 +03:00
Konstantin Knizhnik
87fab3c16a Support remote SSH at windows 2019-04-25 18:02:47 +03:00
Grigory Smolkin
2b95e621c4 tests: added external.ExternalTest.test_restore_external_dir_is_empty 2019-04-25 17:43:20 +03:00
Konstantin Knizhnik
10b4e1ac9a Support remote SSH at windows 2019-04-25 17:36:33 +03:00
Arthur Zakirov
766571c979 Use ; as delimiter under Windows, ensure that external directories are canonicalized 2019-04-25 17:27:27 +03:00
Arthur Zakirov
d46179c682 Update copyrights 2019-04-25 15:47:24 +03:00
Grigory Smolkin
8ffe2ba597 tests: minor fix 2019-04-25 13:31:40 +03:00
Grigory Smolkin
75447d71f2 tests: minor fix 2019-04-25 13:29:43 +03:00
Konstantin Knizhnik
e5c6bb477a Fix remove dir under Windows 2019-04-25 12:59:26 +03:00
Arthur Zakirov
37ae88e9b2 Use pgFileDelete() within delete_backup_files() 2019-04-25 12:47:01 +03:00