An existing backup is already running.
-
- Posts: 5
- Joined: Sat Mar 03, 2018 6:55 pm
- Os: CentOS 5x
- Web: apache + nginx
An existing backup is already running.
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
and there is something stange like i dont see any table like http://prntscr.com/iojw3e
however check this too http://prntscr.com/iojydn
can anyone help?
thanks in advance!
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
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
thanks in advance!
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: An existing backup is already running.
Ref:
viewtopic.php?p=56600#p56600
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 &&
-
- Posts: 5
- Joined: Sat Mar 03, 2018 6:55 pm
- Os: CentOS 5x
- Web: apache + nginx
Re: An existing backup is already running.
thanks for the reply but no success :(mehargags wrote: ↑Thu Mar 08, 2018 5:11 pmRef:
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 &&
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: An existing backup is already running.
do this
Then try
Code: Select all
mysqlcheck --all-databases -o
mysqlcheck --all-databases --auto-repair
mysqlcheck --all-databases --analyze