Dan Helfman
|
abf2b3a8c7
|
Elevate specific Borg warnings to errors or squash errors to warnings (#798).
|
2024-01-21 11:34:40 -08:00 |
|
kxxt
|
fa8bc285c8
|
Fix randomly failing test.
|
2023-04-01 14:02:30 +08:00 |
|
Dan Helfman
|
d0d3a39833
|
When a database command errors, display and log the error message instead of swallowing it (#396).
|
2023-03-27 10:36:39 -07:00 |
|
Divyansh Singh
|
bd235f0426
|
use exit_code_indicates_error and modify it to accept a command
|
2023-03-22 16:23:53 +05:30 |
|
Dan Helfman
|
87c97b7568
|
Fixed spurious, intermittent test failures related to command execution and logging.
|
2022-08-28 09:06:06 -07:00 |
|
Dan Helfman
|
16066942e3
|
Fix traceback with "create" action and "--json" flag when a database hook is configured (#563).
|
2022-07-19 10:25:10 -07:00 |
|
Dan Helfman
|
bd4d109009
|
Fix logging to include the full traceback when Borg experiences an internal error (#553).
|
2022-06-28 13:38:24 -07:00 |
|
Dan Helfman
|
acb2ca79d9
|
Fix traceback that can occur when dumping a database (#440).
|
2021-08-06 08:58:11 -07:00 |
|
Dan Helfman
|
80b33fbf8a
|
Code style reformatting.
|
2021-07-27 09:39:48 -07:00 |
|
Marek Szuba
|
e8b8d86592
|
tests/integration/test_execute: use plain Python rather than xxd
Removes this test's dependencies on vim and /dev/urandom.
Signed-off-by: Marek Szuba <marek.szuba@cern.ch>
|
2021-07-27 13:50:16 +01:00 |
|
Dan Helfman
|
2a8692c64f
|
Fix integration test to hopefully work on Alpine (#430).
|
2021-07-25 22:50:00 -07:00 |
|
Dan Helfman
|
1709f57ff0
|
Fix hang when restoring a PostgreSQL "tar" format database dump (#430).
|
2021-07-25 22:30:15 -07:00 |
|
Dan Helfman
|
ad7198ba66
|
Tweak to test failing on some machines.
|
2020-11-26 16:22:42 -08:00 |
|
Dan Helfman
|
c0ae01f5d5
|
Code formatting.
|
2020-11-25 17:46:57 -08:00 |
|
Dan Helfman
|
ccd1627175
|
Fix timing-related test error in Alpine Edge.
|
2020-11-25 15:48:33 -08:00 |
|
Dan Helfman
|
6f82c9979b
|
Add #339 to NEWS and add test.
|
2020-07-07 22:31:17 -07:00 |
|
Dan Helfman
|
89cb5eb76d
|
Fix regression in support for PostgreSQL's "directory" dump format (#314).
|
2020-05-18 11:31:29 -07:00 |
|
Dan Helfman
|
3e5a19d95a
|
Add missing test coverage.
|
2020-05-14 23:21:43 -07:00 |
|
Dan Helfman
|
d88f321cef
|
Fix legitimate database dump command errors (exit code 1) not being treated as errors by borgmatic (#310).
|
2020-05-14 22:38:38 -07:00 |
|
Dan Helfman
|
15ea70a71b
|
Flesh out missing test coverage for execute.py.
|
2020-05-12 15:49:49 -07:00 |
|
Dan Helfman
|
3bcef72050
|
Add some missing test mocks that were masking lack of unit coverage.
|
2020-05-11 11:17:24 -07:00 |
|
Dan Helfman
|
695c764a01
|
Merge log output functions into one.
|
2020-05-11 10:55:50 -07:00 |
|
Dan Helfman
|
a23fdf946d
|
Stream database dumps and restores directly to/from Borg without using any additional filesystem space (#258).
|
2020-05-07 11:44:04 -07:00 |
|
Dan Helfman
|
427b57e2a9
|
Database dump hooks for MySQL/MariaDB (#228).
|
2019-11-08 11:17:52 -08:00 |
|
Dan Helfman
|
3006db0cae
|
Restore backed up PostgreSQL databases via "borgmatic restore" sub-command (#229).
|
2019-10-31 12:57:36 -07:00 |
|
Dan Helfman
|
458e7776c5
|
Database dump hooks for PostgreSQL, so you can easily dump your databases before backups run (#225).
|
2019-10-22 16:28:42 -07:00 |
|
Dan Helfman
|
67ab2acb82
|
Fix for hook erroring with exit code 1 not being interpreted as an error (#214).
|
2019-09-12 16:37:43 -07:00 |
|
Dan Helfman
|
ccbd0b608b
|
Do not treat Borg warnings (exit code 1) as failures (#204).
|
2019-08-03 15:13:54 -07:00 |
|
Dan Helfman
|
1676a98c51
|
Fix for Borg create error output not showing up at borgmatic verbosity level zero (#198).
|
2019-06-24 09:55:41 -07:00 |
|
Dan Helfman
|
1ba56d5262
|
Fix tests in Python 3.6.
|
2019-06-13 21:34:04 -07:00 |
|
Dan Helfman
|
7d7308a80d
|
Integration tests for execute.py.
|
2019-06-13 10:48:21 -07:00 |
|