From 5f853a0ec1dd1609cdecb2b3d16198893c894314 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Mon, 20 Apr 2020 02:25:03 +0200 Subject: [PATCH] ALLOW_BACKUP_ANYTIME='yes' --- install/vst-install-debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 93fcdb5c3..7ac6a3fb9 100644 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -1603,6 +1603,7 @@ if [ "$release" -eq 10 ]; then echo "=== Set max_length_of_MySQL_username=80" fi echo "MAX_DBUSER_LEN=80" >> $VESTA/conf/vesta.conf +echo "ALLOW_BACKUP_ANYTIME='yes'" >> /usr/local/vesta/conf/vesta.conf echo "================================================================" # Removing old PHP sessions files