mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Auto-repair all databases before backuping all accounts
This commit is contained in:
parent
fce6abd684
commit
0bab3cdf97
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ source $VESTA/conf/vesta.conf
|
|||
|
||||
$BIN/v-check-vesta-license >/dev/null
|
||||
|
||||
# Auto-repair all databases before backuping all accounts
|
||||
mysqlrepair --all-databases --check --auto-repair
|
||||
|
||||
if [ -z "$BACKUP_SYSTEM" ]; then
|
||||
exit
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue