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

1949 Commits

Author SHA1 Message Date
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
Grigory Smolkin
6e0d087eb5 tests: minor fixes 2019-04-24 23:39:11 +03:00
Konstantin Knizhnik
350439cb07 Fix bug in pseek implementation 2019-04-24 22:05:58 +03:00
Konstantin Knizhnik
98ff7303e7 Fix build at Windows 2019-04-24 19:34:37 +03:00
Konstantin Knizhnik
bf31d71811 Fix build at Windows 2019-04-24 19:28:29 +03:00
Konstantin Knizhnik
a32a744d6b Fix build at Windows 2019-04-24 19:07:09 +03:00
Grigory Smolkin
af41c5de4a fix windows build 2019-04-24 18:42:34 +03:00
Grigory Smolkin
3be11bc899 get pg_strftime() backup 2019-04-24 14:51:28 +03:00
Konstantin Knizhnik
3578ef9f5e Fix Win32 build problems 2019-04-24 13:57:44 +03:00
Grigory Smolkin
7412b74d18 README: minor update of archive backup description 2019-04-24 11:28:27 +03:00
Grigory Smolkin
f6e1bcdb28 add elog message about external directories 2019-04-24 11:28:22 +03:00
Konstantin Knizhnik
6ad66cca0c Use pg_attribute_printf instead of __attribute__ 2019-04-24 11:24:59 +03:00
Arthur Zakirov
130bb7ee48 Check for existance and emptiness of external directories 2019-04-23 18:40:23 +03:00
Grigory Smolkin
a480a5d275 tests: add more "not empty" tests for tablespaces and externals, remapping included 2019-04-23 17:55:04 +03:00
Grigory Smolkin
6b9aca1c41 tests: added external.ExternalTest.test_restore_external_dir_not_empty 2019-04-23 17:21:30 +03:00
Arthur Zakirov
5d240242df Fix typos 2019-04-23 14:53:29 +03:00
Arthur Zakirov
9386d5cdcc Handle errno by FIO_OPENDIR and FIO_OPEN 2019-04-23 14:52:26 +03:00
Arthur Zakirov
da6a1126f3 Remote: Handle case when dir[hdr.handle] is NULL 2019-04-23 14:15:02 +03:00
Arthur Zakirov
9ea7634e66 Remote: Handle case when dir[hdr.handle] is NULL 2019-04-23 13:34:39 +03:00
Arthur Zakirov
0baf976424 Create external directories by fio_mkdir() 2019-04-23 12:15:32 +03:00
Arthur Zakirov
5dfa59fa9e dir_is_empty() should be aware about MyLocation 2019-04-23 12:00:53 +03:00
Grigory Smolkin
99c55b6cff tests: fix checkdb.CheckdbTest.test_checkdb_amcheck_only_sanity_1 2019-04-23 10:06:27 +03:00
Grigory Smolkin
1eeff19253 tests: fixes for PG 9.5 2019-04-22 20:52:00 +03:00
Grigory Smolkin
da21861bfd fix remote mode for add-instance 2019-04-22 12:55:30 +03:00
Grigory Smolkin
809ccbe7bc bump version to 2.1.0 and update expected help 2019-04-20 15:48:52 +03:00
Grigory Smolkin
58a7922b91 help: shufle options a bit 2019-04-20 15:41:14 +03:00
Grigory Smolkin
a1e24cafc6 tests: fixes for false_positive module 2019-04-20 15:28:33 +03:00
Grigory Smolkin
380d6c655f tests: minor fixes 2019-04-20 12:42:17 +03:00
Grigory Smolkin
58a3d2dcb0 help: minor fix 2019-04-20 12:41:48 +03:00