Hi Guilem,

I edited the file as below to make it work with a remote mysql server I already 
had running,

root@email-001:/etc/roundcube# more debian-db.php
<?php
##
## database access settings in php format
## automatically generated from /etc/dbconfig-common/roundcube.conf
## by /usr/sbin/dbconfig-generate-include
##
## by default this file is managed via ucf, so you shouldn't have to
## worry about manual changes being silently discarded.  *however*,
## you'll probably also want to edit the configuration file mentioned
## above too.
##
$dbuser='roundcube';
$dbpass='xxxxxxxxx';
$basepath='';
$dbname='roundcubemail';
#ssj$dbserver='localhost';
$dbserver='192.168.1.104';
$dbport='3306';
$dbtype='mysql';
root@email-001:/etc/roundcube#




regards

Steven


________________________________
From: Guilhem Moulin <guil...@debian.org>
Sent: Thursday, 6 June 2019 12:29 PM
To: stven jones; 901...@bugs.debian.org
Subject: Re: Bug#901124: roundcube: patching roundcube breaks it

On Sat, 09 Jun 2018 at 15:16:31 +1200, stven jones wrote:
>   * What exactly did you do (or not do) that was effective (or ineffective)?
>
> reset the debian database config to the remote mysql server's IP after the 
> patching wiped this.

What *exactly* did you do: which file, and its diff?

--
Guilhem.

Reply via email to