🚑️: replace mysqlcheck with mariadb-check
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m22s
All checks were successful
ansible-lint / lint-everything (push) Successful in 3m22s
This commit is contained in:
@@ -22,7 +22,7 @@ if [ ! -d $backup_dump_path ] ; then mkdir -p $backup_dump_path ; fi
|
|||||||
# On se deplace dans le dossier, et on purge les fichiers plus vieux que backup_max_age
|
# On se deplace dans le dossier, et on purge les fichiers plus vieux que backup_max_age
|
||||||
cd $backup_dump_path
|
cd $backup_dump_path
|
||||||
|
|
||||||
mysqlcheck --all-databases > /var/lib/mysql/check
|
mariadb-check --all-databases > /var/lib/mysql/check
|
||||||
|
|
||||||
# Pour chaque base a sauvegarder
|
# Pour chaque base a sauvegarder
|
||||||
for backup_db_name in $backup_db_list
|
for backup_db_name in $backup_db_list
|
||||||
|
|||||||
Reference in New Issue
Block a user