bockulator
  • Joined on 2025-08-12
bockulator pushed to main at bockulator/borgmatic 2025-11-11 14:37:07 +00:00
ce7f0226be Mock get_working_directory() calls in data source hook tests
bockulator commented on pull request borgmatic-collective/borgmatic#1129 2025-11-11 14:25:10 +00:00
Fix database dumps hooks not respecting working_directory

Sorry for the delay! Let me know if I did not implement the unit tests correctly.

bockulator pushed to main at bockulator/borgmatic 2025-11-11 14:12:37 +00:00
ccb1e3fc1c Mock get_working_directory() calls in data source hook tests
bockulator pushed to main at bockulator/borgmatic 2025-11-11 14:08:10 +00:00
c7b03167fb Mock get_working_directory() calls in data source hook tests
bockulator pushed to main at bockulator/borgmatic 2025-11-11 13:22:48 +00:00
51ef9c7708 Fix database dumps hooks not respecting working_directory
bockulator pushed to main at bockulator/borgmatic 2025-11-11 13:09:16 +00:00
704f169bc1 Fix database dumps hooks not respecting working_directory
14a8055e71 In the SQLite database hook, run SQLite such that it exits upon encountering an error instead of, you know, not doing that.
fcfc7ee726 Emojis everywhere!
859c338d06 Improve documentation search results for individual configuration options.
d1f2d8a061 Add documentation on repositories, including SSH, Rclone, S3, and B2.
Compare 152 commits »
bockulator commented on pull request borgmatic-collective/borgmatic#1104 2025-08-13 11:11:04 +00:00
Use shell to execute mysqldump command to allow stdout-redirect dump

+1 on this issue. Also applies to the mariadb dumps. Oddly, the sqlite, mongodb and postgres hooks use shell=True and (sometimes) pipes.

Another potential solution is to capture the stdout

bockulator created pull request borgmatic-collective/borgmatic#1129 2025-08-13 09:37:47 +00:00
Fix database dumps hooks not respecting working_directory
bockulator pushed to main at bockulator/borgmatic 2025-08-12 21:33:04 +00:00
f115c9ab2b Fix database dumps hooks not respecting working_directory
bockulator created repository bockulator/borgmatic 2025-08-12 21:07:49 +00:00
bockulator opened issue borgmatic-collective/borgmatic#1127 2025-08-12 10:24:03 +00:00
Database dumps do not respect working_directory value