Roundcube backup failing

srwd

New member
Joined
Nov 7, 2015
Messages
1
Dear people,
Since a couple of days i noticed the roundcube backup is failing.
I read something about a bug in 1.46 (im at 1.49) but dont now where to start fixing the problem.

2015:11:07-05:06:24: RoundCube Backup Error (3):
Warning: mysqli::mysqli(): (HY000/1045): Access denied for user 'mysqld'@'localhost' (using password: YES) in /usr/local/directadmin/scripts/backup_roundcube.php on line 114
Failed to connect to MySQL: (1045) Access denied for user 'mysqld'@'localhost' (using password: YES)

Is there anyone can help?

Regards
 
For sure is using wrong login data...

It should be da_roundcube as user and the password should also be stored in /var/www/html/roundcube/config/config.inc.php (not sure about the config file name, going by memory).

How are you running the script?

As far as i see it should be:
Code:
username=username domain=domain.com xml_file=/path/to/rc.xml /usr/local/directadmin/scripts/backup_roundcube.php

Regards
 
Back
Top