Dan Helfman
b85538c54c
Double sigh.
2023-04-20 11:11:49 -07:00
Dan Helfman
bb5028e484
Sigh.
2023-04-20 11:11:08 -07:00
Dan Helfman
53ee0fcfad
Another attempt at Podman-in-Podman incantations.
2023-04-20 11:06:15 -07:00
Dan Helfman
5f8c79dd16
Attempt to get Podman-in-Podman builds working.
2023-04-20 10:50:44 -07:00
Dan Helfman
0a6f5452f4
Fix broken Podman image name.
2023-04-19 23:16:15 -07:00
Dan Helfman
269fac074b
Attempt to use Podman-in-Podman for building docs instead of Docker-in-Podman.
2023-04-19 23:14:51 -07:00
Dan Helfman
3b21ce4ce8
Rename "master" development branch to "main" to use more inclusive language ( #684 ).
2023-04-19 21:43:08 -07:00
Dan Helfman
8bb7631f50
Fix missing mock in unit test.
2023-04-19 21:22:51 -07:00
Dan Helfman
9f5769f87b
Make docs/schema a little more container agnostic / less Docker specific.
2023-04-16 15:41:17 -07:00
Dan Helfman
991e08f16d
Add Unraid borgmatic installation link to docs.
2023-04-15 09:13:13 -07:00
Chirag Aggarwal
1ee56805f1
Merge remote-tracking branch 'upstream/master' into borg2-archive-flags
2023-04-15 17:29:20 +05:30
Dan Helfman
25506b8d2c
Backing out upgrade of end-to-end test packages, because apparently we can't have nice things.
2023-04-14 23:47:51 -07:00
Dan Helfman
28e62d824b
Upgrade end-to-end test packages.
2023-04-14 23:28:07 -07:00
Dan Helfman
7ee37a890e
Fix broken end-to-end tests by no longer using an editable package there, a work-around for https://github.com/pypa/packaging-problems/issues/609
2023-04-14 23:22:07 -07:00
Dan Helfman
8cb5a42a9e
Drop deprecated pkg_resources in favor of importlib.metadata and packaging.
2023-04-14 21:21:25 -07:00
Dan Helfman
5dbb71709c
Upgrade test requirements and code style requirements. Auto-reformat code accordingly.
2023-04-14 19:35:24 -07:00
Dan Helfman
1c67db5d62
Add documentation for "borgmatic restore --schema" ( #375 ).
2023-04-14 16:40:58 -07:00
Dan Helfman
96d4a8ee45
Add "borgmatic restore --schema" flag to NEWS ( #375 ).
2023-04-14 16:33:06 -07:00
Dan Helfman
81e167959b
feat: restore specific schemas ( #375 ).
...
Merge pull request #67 from diivi/feat/restore-specific-schemas
2023-04-14 16:26:25 -07:00
Divyansh Singh
f273e82d74
add tests
2023-04-15 02:57:51 +05:30
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
Jakub Jirutka
f0f43174c6
Swap if-else in restore_database_dump in postgresql hook for cleanliness
2023-04-14 17:38:19 +02:00
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
195024e505
Fix psql_command and pg_restore_command to accept command with arguments
...
These commands are executed without `shell=True`, so the subprocess
module treats e.g. "docker exec my_pg_container psql" as a single command
(resulting in Errno 2 "No such file or directory") instead of a command
with arguments.
2023-04-14 17:37:38 +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
Jakub Jirutka
874fba7672
Fix PostgreSQL hook not using "psql_command" for list when dumping "all"
2023-04-14 15:13:49 +02:00
Dan Helfman
50b0a9ce38
Remove newline at end of file.
2023-04-13 19:13:50 -07:00
Dan Helfman
8802f6888e
Fix "TypeError: 'module' object is not callable" in test_commands.py' ( #676 ).
...
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/676
2023-04-14 02:12:58 +00:00
polyzen
ebe5c5e839
Fix "TypeError: 'module' object is not callable" in test_commands.py
2023-04-14 01:01:31 +00:00
Dan Helfman
613f6c602c
Bump version for release.
2023-04-13 15:12:19 -07:00
Dan Helfman
4a94c2c9bf
Selectively omit list values when including configuration files ( #672 ).
2023-04-13 14:39:36 -07:00
Dan Helfman
08843d51d9
Replace "sequence" with "list" in docs for consistency.
2023-04-12 10:30:23 -07:00
Dan Helfman
ea9213cb03
Spelling.
2023-04-11 22:12:57 -07:00
Dan Helfman
1ea4433aa9
Selectively shallow merge certain mappings or sequences when including configuration files ( #672 ).
2023-04-11 21:49:10 -07:00
Divyansh Singh
2fea429d78
collection restore for mongodb
2023-04-12 09:34:19 +05:30
Divyansh Singh
264cebd2b1
complete psql multi schema backup
2023-04-11 23:19:49 +05:30
Dan Helfman
4c0e2cab78
View the results of configuration file merging via "validate-borgmatic-config --show" flag ( #673 ).
2023-04-11 10:49:09 -07:00
Dan Helfman
31a2ac914a
Add optional support for running end-to-end tests and building documentation with rootless Podman instead of Docker.
2023-04-10 14:26:54 -07:00
Dan Helfman
d6ef0df50d
Mention #670 being fixed in NEWS.
2023-04-09 10:01:08 -07:00
Dan Helfman
cc60a71210
Clarify "log_file" NEWS ( #413 ).
2023-04-06 14:12:12 -07:00
Dan Helfman
4cd7556a34
Add "log_file" command hook context to NEWS and docs ( #413 ).
2023-04-06 13:58:37 -07:00
Dan Helfman
b4b1fa939d
feat: add logfile name to hook context for interpolation
...
Merge pull request #68 from diivi/feat/add-log-filename-to-hook-context
2023-04-06 13:46:45 -07:00
Divyansh Singh
16d7131fb7
refactor tests
2023-04-07 01:00:38 +05:30
Divyansh Singh
091d60c226
refactor and improve tests
2023-04-06 12:36:10 +05:30
Divyansh Singh
0fbdf8d860
feat: add logfile name to hook context for interpolation
2023-04-06 09:31:24 +05:30
Dan Helfman
192bfe46a9
Fix error when running the "prune" action with both "archive_name_format" and "prefix" options set ( #668 ).
2023-04-05 14:58:05 -07:00
Dan Helfman
080c3afa0d
Fix documentation referring to "archive_name_format" in wrong configuration section.
2023-04-05 14:00:21 -07:00
Divyansh Singh
9bc2322f9a
feat: restore specific schemas
2023-04-06 02:10:36 +05:30
Dan Helfman
a9a65ebe54
Fix integration tests to actually assert ( #666 ).
2023-04-04 22:11:36 -07:00
Dan Helfman
616eb6b6da
Fix error with "info --match-archives" and fix "--match-archives" overriding logic ( #666 ).
2023-04-04 21:25:10 -07:00