Add missing user option to mariabackup

This commit is contained in:
Andreas Zweili 2023-01-06 18:24:15 +01:00
parent 8bb710bfd6
commit 9f52887b39
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
--exclude-file=${custom.inputs.self}/modules/restic-client/excludes.txt \
--tag ${tag} ${path}
${pkgs.mariadb}/bin/mariabackup --backup --stream=xbstream | \
${pkgs.mariadb}/bin/mariabackup --backup --user=root --stream=xbstream | \
${pkgs.restic}/bin/restic backup \
--tag mariadb \
--stdin \