We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce6abd commit 0bab3cdCopy full SHA for 0bab3cd
1 file changed
bin/v-backup-users
@@ -24,6 +24,9 @@ source $VESTA/conf/vesta.conf
24
25
$BIN/v-check-vesta-license >/dev/null
26
27
+# Auto-repair all databases before backuping all accounts
28
+mysqlrepair --all-databases --check --auto-repair
29
+
30
if [ -z "$BACKUP_SYSTEM" ]; then
31
exit
32
fi
0 commit comments