Backup Failed and Retired until Disk Full
Backup Failed and Retired until Disk Full
What is your system?
Vesta 0.9.8-24
Ubuntu 16.04
What goes wrong?
Auto backup failed, and cause retry every 5 minutes, and finally result in disk full with tmp.* folder.
Where goes wrong?
Backup progress will stop at DB backup,
and after 4 or 5 minutes, the progress would start over, with new tmp.* folder I guess.
What did you check?
I checked the following files:
The password is edited and I can use it login in phpMyAdmin via web, which means the username and password is correct.
But the backup still failed again and again, which may finally cause I need to delete the tmp.* everyday, otherwise I can't run my sites.
What should I do now?
Vesta 0.9.8-24
Ubuntu 16.04
What goes wrong?
Auto backup failed, and cause retry every 5 minutes, and finally result in disk full with tmp.* folder.
Where goes wrong?
Backup progress will stop at DB backup,
Code: Select all
Error: Connection to localhost failed
What did you check?
I checked the following files:
Code: Select all
/usr/local/vesta/conf/mysql.conf
/vesta/root/.my.cnf
But the backup still failed again and again, which may finally cause I need to delete the tmp.* everyday, otherwise I can't run my sites.
What should I do now?
Re: Backup Failed and Retired until Disk Full
Try to find out which part of backup is failing.
You can try to check backup logs: /usr/local/vesta/log/backup.log
You can try to check backup logs: /usr/local/vesta/log/backup.log
Re: Backup Failed and Retired until Disk Full
I had described that the error message was:
Code: Select all
Error: Connection to localhost failed
And I had checked the root password is correct, which is the most familiar reason with this problem in the forum.
Re: Backup Failed and Retired until Disk Full
Verify that the PostgreSQL database service is working.
https://mydomain.com:8083/list/server/
Start the service and create a manual backup.
https://mydomain.com:8083/list/backup/
Enjoy!
https://mydomain.com:8083/list/server/
Start the service and create a manual backup.
https://mydomain.com:8083/list/backup/
Enjoy!
Re: Backup Failed and Retired until Disk Full
I tried to enable the PostgreSQL service, but the error still there.
Code: Select all
Error: Connection to localhost failed