[SOLVED] Backup stop working - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: [SOLVED] Backup stop working (/thread-7374.html) |
[SOLVED] Backup stop working - coper - 08-03-2009 05:17 PM Hello, I need a little help with this problem please. Backup is not working since 06/27/2009. When I see inside hostings backup folders the files there are from 06/27/2009. I looked in the backup logs: Inside ispcp-backup-all-mngr.log I get: Code: ERROR: backup request engine already locked ! And inside ispcp-backup-ispcp-mngr.log I get: Code: Name "main::db_user" used only once: possible typo at /var/www/ispcp/engine/backup/ispcp-backup-ispcp line 247. Please, Could anyone help me? I need this to work as soon as possible because it is critical. Thanks a lot for any help. Regards. c. RE: Backup stop working - joximu - 08-03-2009 05:21 PM Hi Find the faulty domain - have a look in the domain folders and see which of the backups stopped the whole process... there's an log file for each domain backup process - the last/latest of all should contain more infos. Otherwise: remove the lock-file (AFAIK in /tmp), then let the backup process run again (see crontab command line) or wait till tomorrow. Then have a look, which domain blocked the backup process again (see first step :-) /J RE: Backup stop working - coper - 08-07-2009 07:44 PM I think it was a disk space problem. Anyway, yesterday I did some disk space and when I run the backup manually using this command Code: /var/www/ispcp/engine/backup/./ispcp-backup-all yes &>/var/log/ispcp/ispcp-backup-all-mngr.log Code: ERROR: backup request engine already locked ! Any idea about this? Thank you. c. RE: Backup stop working - joximu - 08-07-2009 08:09 PM You first have to delete the lock file in /tmp otherwise there will be no backup anymore. After an error, the lock file is not deleted just to prevent any faulty backups (and a faulty backup is worse than no backup). /J RE: Backup stop working - coper - 08-08-2009 02:53 AM Thanks a lot. Problem solved. Sorry about the disk space issue, was my bad. Regards, c. |