borgmatic/borgmatic/hooks
Jakub Jirutka 17f122bfe5 Use psql instead of pg_restore when format is "plain"
pg_restore: error: input file appears to be a text format dump. Please use psql.
2023-04-14 17:38:19 +02:00
..
__init__.py Move hooks into directory, so there can be one source file per type of hook (#225). 2019-10-21 15:52:14 -07:00
command.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00
cronhub.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00
cronitor.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00
dispatch.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00
dump.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00
healthchecks.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00
mongodb.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00
monitor.py Add support for healthchecks "log" feature #628 2023-03-05 19:27:32 +05:30
mysql.py When a database command errors, display and log the error message instead of swallowing it (#396). 2023-03-27 10:36:39 -07:00
ntfy.py Add Healthchecks "log" state feature to NEWS. 2023-03-07 15:45:23 -08:00
pagerduty.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00
postgresql.py Use psql instead of pg_restore when format is "plain" 2023-04-14 17:38:19 +02:00
sqlite.py Add code style plugins to enforce use of Python f-strings and prevent single-letter variables. 2023-03-23 23:11:14 -07:00