Page 1 of 1

An existing backup is already running.

Posted: Thu Mar 08, 2018 4:53 pm
by Shahzadqayyum
Hello!
I'm facing an issue with my vestacp today.
when i try to create backup it shows "An existing backup is already running. Please wait for that backup to finish."
however these are the commands which i checked till now

Code: Select all

[root@server ~]# rm /usr/local/vesta/data/queue/backup.pipe
rm: remove regular file `/usr/local/vesta/data/queue/backup.pipe'?
[root@server ~]# nano /usr/local/vesta/conf/mysql.conf
[root@server ~]# nano /usr/local/vesta/data/queue/backup.pipe
[root@server ~]# v-backup-users
[root@server ~]# ls -la /home/backup
total 24
drwx--x--x 2 backup backup 4096 Mar  7 13:06 .
drwxr-xr-x 4 root   root   4096 Feb 28 06:19 ..
-rw-r--r-- 1 root   root    622 Mar  9 03:08 admin.log
-rw-r--r-- 1 backup backup   18 Mar 23  2017 .bash_logout
-rw-r--r-- 1 backup backup  176 Mar 23  2017 .bash_profile
-rw-r--r-- 1 backup backup  124 Mar 23  2017 .bashrc
and there is something stange like i dont see any table like http://prntscr.com/iojw3e
however check this too http://prntscr.com/iojydn

Code: Select all

[root@server ~]# ls -la /home/backup
total 24
drwx--x--x 2 backup backup 4096 Mar  7 13:06 .
drwxr-xr-x 4 root   root   4096 Feb 28 06:19 ..
-rw-r--r-- 1 root   root    622 Mar  9 03:08 admin.log
-rw-r--r-- 1 backup backup   18 Mar 23  2017 .bash_logout
-rw-r--r-- 1 backup backup  176 Mar 23  2017 .bash_profile
-rw-r--r-- 1 backup backup  124 Mar 23  2017 .bashrc
[root@server ~]# cd /backup
[root@server backup]# ls
admin.log
can anyone help?
thanks in advance!

Re: An existing backup is already running.

Posted: Thu Mar 08, 2018 5:11 pm
by mehargags
Ref:
viewtopic.php?p=56600#p56600

Code: Select all

rm /usr/local/vesta/data/queue/backup.pipe
touch /usr/local/vesta/data/queue/backup.pipe

/usr/local/vesta/bin/v-update-sys-queue restart
/usr/local/vesta/bin/v-update-sys-queue backup

sudo rm -rf /backup/tmp* /backup/*.log && 

Re: An existing backup is already running.

Posted: Thu Mar 08, 2018 5:31 pm
by Shahzadqayyum
mehargags wrote:
Thu Mar 08, 2018 5:11 pm
Ref:
viewtopic.php?p=56600#p56600

Code: Select all

rm /usr/local/vesta/data/queue/backup.pipe
touch /usr/local/vesta/data/queue/backup.pipe

/usr/local/vesta/bin/v-update-sys-queue restart
/usr/local/vesta/bin/v-update-sys-queue backup

sudo rm -rf /backup/tmp* /backup/*.log && 
thanks for the reply but no success :(

Re: An existing backup is already running.

Posted: Thu Mar 08, 2018 6:25 pm
by mehargags
do this

Code: Select all

mysqlcheck --all-databases -o
mysqlcheck --all-databases --auto-repair
mysqlcheck --all-databases --analyze
Then try