Dan Helfman
b96d1898f7
Prep work for eventual container-dumping hooks: Generalize internal database hook "API" ( #685 ).
2023-08-24 13:50:10 -07:00
Dan Helfman
cd51e9c1ea
Fix for database "restore" action not actually restore anything ( #738 ).
2023-08-14 12:43:21 -07:00
Dan Helfman
193dd93de2
Fork a MariaDB database hook from the MySQL database hook ( #727 ).
2023-08-04 13:22:44 -07:00
Dan Helfman
c11dcdef0a
Fix some "borgmatic" capitalization issues.
2023-07-26 23:38:08 -07:00
Dan Helfman
da78929415
To prevent argument parsing errors on ambiguous commands, drop support for multiple consecutive flag values.
2023-07-13 19:25:14 -07:00
Dan Helfman
ecd9e62147
Fix last end-to-end database test ( #721 ).
2023-07-11 00:37:36 -07:00
Dan Helfman
ab351548d2
Fix (some) end-to-end tests ( #721 ).
2023-07-09 17:40:02 -07:00
Dan Helfman
48b6a1679a
Remove sections ( #721 ).
2023-07-08 23:14:30 -07:00
Dan Helfman
69611681e2
Add database restore overrides to NEWS, add a test, and move some tests ( #326 ).
2023-06-22 12:40:57 -07:00
Divyansh Singh
87c6e5b349
make sure restore params in config aren't used when cli args are supplied
2023-06-21 00:03:07 +05:30
Divyansh Singh
1a21eb03cd
add tests for all databases
2023-06-20 00:52:01 +05:30
Divyansh Singh
e2d82e9bba
actually test port restores
2023-06-19 01:10:01 +05:30
Divyansh Singh
384182172a
add unit tests for cases when cli/config restore args are used
2023-06-18 06:29:11 +05:30
Divyansh Singh
6c87608548
add tests for password logic
2023-06-17 00:47:15 +05:30
Divyansh Singh
89602d1614
pass all existing tests (and formatting)
2023-06-16 15:14:00 +05:30
Dan Helfman
5962fd473e
Another try. Backing out psql error changes ( #678 ).
2023-04-21 10:34:50 -07:00
Dan Helfman
ee5c25f3bd
Add additional tests for PostgreSQL hook fixes ( #678 ).
2023-04-20 21:44:42 -07:00
Dan Helfman
da0f5a34f2
Fix multiple bugs in PostgreSQL hook ( #678 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/677
2023-04-21 04:05:22 +00:00
Dan Helfman
5dbb71709c
Upgrade test requirements and code style requirements. Auto-reformat code accordingly.
2023-04-14 19:35:24 -07:00
Divyansh Singh
f273e82d74
add tests
2023-04-15 02:57:51 +05:30
Jakub Jirutka
dfccc1b94a
Exit on error when restoring all PostgreSQL databases
...
"--set ON_ERROR_STOP=on" is equivalent to "--exit-on-error" in
pg_restore.
2023-04-14 17:38:18 +02:00
Jakub Jirutka
19a00371f5
Run "psql" with "--no-psqlrc"
...
Some settings in user's .psqlrc, e.g. "linestyle unicode", may break the
CSV output. "--no-psqlrc" tells psql to not read startup file.
This is not necessary for the analyze_command and restore_command (with
all_databases), but it's generally recommended when running psql from a
script.
2023-04-14 17:37:37 +02: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
Dan Helfman
f42890430c
Add code style plugins to enforce use of Python f-strings and prevent single-letter variables.
2023-03-23 23:11:14 -07:00
Dan Helfman
d88bcc8be9
Add Healthchecks "log" state feature to NEWS.
2023-03-07 15:45:23 -08:00
Dan Helfman
332f7c4bb6
Add support for healthchecks "log" feature ( #628 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/645
2023-03-07 22:21:30 +00:00
Dan Helfman
5d19d86e4a
Add flake8-quotes to complain about incorrect quoting so I don't have to!
2023-03-07 14:08:35 -08:00
Soumik Dutta
044ae7869a
fix tests
...
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-08 03:30:12 +05:30
Soumik Dutta
98e429594e
added tests to make sure unsupported log states are detected
...
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-06 20:31:00 +05:30
Soumik Dutta
45256ae33f
add test for healthchecks
...
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
2023-03-06 03:38:08 +05:30
Divyansh Singh
c71eb60cd2
mock os.remove instead of actually removing a file
2023-03-04 13:08:30 +05:30
Divyansh Singh
675e54ba9f
use os.remove and improve tests
2023-03-04 12:43:07 +05:30
Divyansh Singh
903507bd03
code review
2023-03-04 01:27:07 +05:30
Divyansh Singh
3aa88085ed
formatting fix
2023-03-03 00:01:52 +05:30
Divyansh Singh
af1cc27988
feat: add dump-restore support for sqlite databases
2023-03-02 23:55:16 +05:30
Dan Helfman
da321e180d
Fix the "create" action with the "--dry-run" flag querying for databases when a PostgreSQL/MySQL "all" database is configured.
2023-02-26 22:15:12 -08:00
Tom Hubrecht
95575c3450
Add auth test for the ntfy hook
2023-02-25 20:04:39 +01:00
Dan Helfman
418ebc8843
Add MySQL database hook "add_drop_database" configuration option to control whether dumped MySQL databases get dropped right before restore ( #642 ).
2023-02-20 15:32:47 -08:00
Dan Helfman
f5a448c7c2
Fix for potential data loss (data not getting backed up) when dumping large "directory" format PostgreSQL/MongoDB databases ( #643 ).
2023-02-20 15:18:51 -08:00
Dan Helfman
c1eb210253
Fix code style flake issue.
2023-01-26 15:09:35 -08:00
Dan Helfman
30cca62d09
Add configuration options for database command customization ( #630 ).
2023-01-26 14:59:17 -08:00
Dan Helfman
0e6b2c6773
Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file ( #438 , #560 ).
2023-01-25 23:31:07 -08:00
Dan Helfman
f67c544be6
Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file ( #438 , #560 ).
2022-12-15 22:59:42 -08:00
Javier Paniagua
faf682ca35
specify pg dump/restore commands ( #311 )
2022-11-06 11:12:53 +01:00
Dan Helfman
9c42e7e817
Fix regression in which "check" action errored on certain systems ( #597 , #598 ).
2022-10-14 16:19:26 -07:00
Dan Helfman
d7f1c10c8c
To prevent Borg hangs, unconditionally delete stale named pipes before dumping databases ( #360 ).
2022-10-12 10:26:09 -07:00
Uli
5c6407047f
feat: add verify_tls flag for Healthchecks
2022-07-24 07:37:00 +02:00
Dan Helfman
e85d551eac
Fix all database hooks to error when the requested database to restore isn't present in the Borg archive ( #560 ).
2022-07-06 23:21:24 -07:00
Dan Helfman
10723efc68
Fix all monitoring hooks to warn if the server returns an HTTP 4xx error ( #554 ).
2022-06-29 21:19:40 -07:00
Gavin Chappell
a8b8d507b6
add a hook for sending push notifications via ntfy.sh
2022-06-09 21:10:38 +01:00