aboutsummaryrefslogtreecommitdiff
path: root/hosts/sachiel
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2026-01-04 20:08:13 +0100
committerLeander Scherer <leander@schererleander.de>2026-01-08 19:08:12 +0100
commit352640afa91f6bfb53942de670cca3992e431045 (patch)
tree3dc399cdccf7c9b0eeb04e070337467fea819de3 /hosts/sachiel
parent75129ca37657fed13d04bc647432274f7ccc139d (diff)
chore(nextcloud-backup): mysqldump script deprecated switch to mysql-dump
Diffstat (limited to 'hosts/sachiel')
-rw-r--r--hosts/sachiel/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sachiel/configuration.nix b/hosts/sachiel/configuration.nix
index 7bb5aca..72ae0bd 100644
--- a/hosts/sachiel/configuration.nix
+++ b/hosts/sachiel/configuration.nix
@@ -245,7 +245,7 @@
set -euo pipefail
INSTALL="${pkgs.coreutils}/bin/install"
FIND="${pkgs.findutils}/bin/find"
- MYSQLDUMP="${pkgs.mariadb.client}/bin/mysqldump"
+ MYSQLDUMP="${pkgs.mariadb.client}/bin/mysql-dump"
GZIP="${pkgs.gzip}/bin/gzip"
OCC="${lib.getExe config.services.nextcloud.occ}"