mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Mute backup auto-repair databases
This commit is contained in:
parent
7b498a7a3c
commit
3acf962fa2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ source $VESTA/conf/vesta.conf
|
||||||
$BIN/v-check-vesta-license >/dev/null
|
$BIN/v-check-vesta-license >/dev/null
|
||||||
|
|
||||||
# Auto-repair all databases before backuping all accounts
|
# Auto-repair all databases before backuping all accounts
|
||||||
mysqlrepair --all-databases --check --auto-repair
|
mysqlrepair --all-databases --check --auto-repair /dev/null 2>&1
|
||||||
|
|
||||||
if [ -z "$BACKUP_SYSTEM" ]; then
|
if [ -z "$BACKUP_SYSTEM" ]; then
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue