ispCP - Board - Support
Automatisches MySQL Backup geht nicht. - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Automatisches MySQL Backup geht nicht. (/thread-11180.html)

Pages: 1 2


RE: Automatisches MySQL Backup geht nicht. - ZooL - 07-17-2010 05:47 AM

Quote:@zum Thema KoffHoff: Alles alte Säcke hier oder was ?

Ich bin damit groß geworden Tongue


RE: Automatisches MySQL Backup geht nicht. - MasterM - 07-18-2010 07:11 PM

Also in der Datei steht folgendes:

Quote:# Backup
@daily root /var/www/ispcp/engine/backup/ispcp-backup-all yes &>/var/log/ispcp/ispcp-backup-all-mngr.log
@daily root /var/www/ispcp/engine/backup/ispcp-backup-ispcp noreport &>/var/log/ispcp/ispcp-backup-ispcp-mngr.log

Habe das mal einzeld ausgeführt:

Quote:heideskat:~# /var/www/ispcp/engine/backup/ispcp-backup-all yes
mysqldump: unknown variable 'time_zone=Europe/Berlin'
mysqldump: unknown variable 'time_zone=Europe/Berlin'
heideskat:~# /var/www/ispcp/engine/backup/ispcp-backup-ispcp
ERROR: Missing Input Data! Please provide appropriate command line parameter(s) (report|noreport)!
heideskat:~# /var/www/ispcp/engine/backup/ispcp-backup-ispcp noreport
mysqldump: unknown variable 'time_zone=Europe/Berlin'


Habe in der MySQL Config die Zeile:
time_zone = Europe/Berlin
gelöscht, nun erscheint keine Fehlermeldung mehr.

Mal schauen, ob es beim nächsten Backup geht.