services.mysqlBackup: document why we need different dumpBinary paths
This commit is contained in:
@@ -8,6 +8,7 @@ let
|
||||
cfg = config.services.mysqlBackup;
|
||||
defaultUser = "mysqlbackup";
|
||||
|
||||
# Newer mariadb versions warn of the usage of 'mysqldump' and recommend 'mariadb-dump' (https://mariadb.com/kb/en/mysqldump/)
|
||||
dumpBinary =
|
||||
if
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user