David Steele
9069c34e34
Added more tablespace changes to backup unit tests.
2015-01-24 11:05:26 -05:00
David Steele
26c568b7bc
Manifest checksum failure shows expected value to allow manual fix - though not recommended.
2015-01-20 16:20:27 -05:00
David Steele
8a7ee1bb1f
Integration of new Manifest object.
2015-01-20 14:13:35 -05:00
David Steele
15a45f31f4
Added feature list.
2015-01-20 12:17:39 -05:00
David Steele
46ba3a18df
Ownership code runs through - may not work for all cases.
2014-12-30 11:59:57 -05:00
David Steele
b9d9c7fa66
Incremented version to .50 since restore functionality if going in.
2014-12-18 16:47:03 +00:00
David Steele
1a3c5cd9db
Added latest link so it is easy to get to the last backup.
2014-12-18 16:14:30 +00:00
David Steele
b6e0bb2ae5
Small unit test changes.
2014-10-16 08:58:11 -04:00
David Steele
5c216c93d5
Working on backup unit tests.
2014-10-15 19:11:09 -04:00
David Steele
f9ff7c6ec7
Comments.
2014-10-14 23:58:17 -04:00
David Steele
c8aeadce8e
Comments.
2014-10-11 00:16:34 -04:00
David Steele
aafc0fef69
Removed Moose from the Db object.
2014-10-10 16:03:33 -04:00
David Steele
74cae73ee0
Moved version number to v0.31.
2014-10-05 20:21:15 -04:00
David Steele
7ed6587c42
ISSUE-11: Added --no-start-stop and --force options.
2014-09-19 17:51:51 -04:00
David Steele
121cb8a811
Title fix.
2014-09-19 10:47:22 -04:00
David Steele
77802d3689
Fixed some language.
2014-09-18 13:13:04 -04:00
David Steele
97c12f4eda
Update backrest project description.
2014-09-18 12:57:50 -04:00
David Steele
411e870c7a
Notes.
2014-09-15 22:04:26 -04:00
David Steele
1125397aae
Updated readme.
2014-09-15 19:00:40 -04:00
David Steele
e8e7c82b14
pg_backrest.pl returns version.
...
Version is also stored in the backup path in the version and backup.manifest files.
Merged the two date string functions.
2014-08-12 20:00:52 -04:00
David Steele
672c6b2ccb
Backup start/stop timestamp now stored in backup.manifest
2014-08-12 19:04:46 -04:00
David Steele
0298e8dd16
Created unit tests for files deleted by the db during backup.
2014-08-10 15:02:14 -04:00
David Steele
83d0db27d1
Added release comment.
2014-07-27 18:18:59 -04:00
David Steele
a849f2d2fd
Removed remaining decencies on Config::IniFiles
2014-07-27 14:26:07 -04:00
David Steele
50dd95c005
Sync up - hopefully.
2014-07-25 19:07:40 -04:00
David Steele
287e15f01f
Test commit.
2014-07-25 18:31:56 -04:00
David Steele
6614f50cc8
Test change
2014-07-25 18:18:20 -04:00
David Steele
9dd3df6fd3
Added to feature backlog.
2014-07-23 08:04:48 -04:00
David Steele
75160a41b9
Added notes for some changes.
2014-07-21 08:11:04 -04:00
David Steele
9d9dae418b
Added archive-put unit tests.
...
Lots of other unit test improvements.
2014-07-15 22:32:41 -04:00
David Steele
d0ca69d433
Integrating IPC::Run - IPC::Open3 is out.
2014-06-30 18:35:05 -04:00
David Steele
c300c841eb
Added release notes.
2014-06-30 08:29:25 -04:00
David Steele
976bafca9e
Added new tests.
2014-06-07 17:29:11 -04:00
David Steele
ca6b435c4f
June Hackathon: copy_in and copy_out functions written, some paths through File->copy() working, basic unit tests setup.
2014-06-05 16:40:05 -04:00
David Steele
5813aedaa3
Added recognition section to read me.
2014-06-05 09:59:04 -04:00
David Steele
5d09af9cc0
Better include markdown.
2014-06-04 13:47:17 -04:00
David Steele
1793b7a5c4
Comments and formatting.
2014-06-03 22:02:56 -04:00
David Steele
816c67edfd
Converted File::compress
2014-06-02 17:48:07 -04:00
David Steele
0338369193
Working on more robust file functions.
2014-06-01 17:23:33 -04:00
David Steele
db40553434
Changed version.
2014-05-13 16:41:20 -04:00
David Steele
d234aeea64
More work on error-handling.
2014-05-13 11:23:15 -04:00
David Steele
a2b28623d4
Working on better error handling.
2014-04-28 09:13:25 -04:00
David Steele
53fa574d7e
Merge branch 'master' of github.com:dwsteele/pg_backrest into dev
2014-04-13 11:58:35 -04:00
David Steele
9acbba173e
v0.18: Return soft error from archive-get when file is missing
...
* The archive-get function returns a 1 when the archive file is missing to differentiate from hard errors (ssh connection failure, file copy error, etc.) This lets Postgres know that that the archive stream has terminated normally. However, this does not take into account possible holes in the archive stream.
2014-04-13 09:51:51 -04:00
David Steele
d8c488f73f
Added the feature backlog.
2014-04-11 14:15:56 -04:00
David Steele
06b8eefd19
Fixed up README
2014-04-03 18:20:46 -04:00
David Steele
7aa6c8ecaf
v0.17: Warn when archive directories cannot be deleted
...
* If an archive directory which should be empty could not be deleted backrest was throwing an error. There's a good fix for that coming, but for the time being it has been changed to a warning so processing can continue. This was impacting backups as sometimes the final archive file would not get pushed if the first archive file had been in a different directory (plus some bad luck).
2014-04-03 18:17:40 -04:00
David Steele
9a5bb36c0f
Added notes.
2014-04-01 21:41:34 -04:00
David Steele
be1163b948
v0.16: RequestTTY=yes for SSH sessions
...
* Added RequestTTY=yes to ssh sesssions. Hoping this will prevent random lockups.
2014-04-01 10:49:37 -04:00
David Steele
7624d65edf
Added TTY code.
2014-04-01 08:59:09 -04:00