Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: DigiAngel on June 08, 2018, 10:09:04 AM

Title: Transferring user configuration
Post by: DigiAngel on June 08, 2018, 10:09:04 AM
Hello!

I'm in the process of migrating/upgrading a working install of roundcube.  Everything worked fine, however I'm curious on transferring the user settings.  For example:

carddav information
current theme settings
identities

basically all the user preferences.  Thank you.
Title: Re: Transferring user configuration
Post by: JohnDoh on June 08, 2018, 11:43:51 AM
user prefs, identities and contacts are sorted in the roundcube database. carddav i don't know, may be try asking the plugin author.
Title: Re: Transferring user configuration
Post by: DigiAngel on June 08, 2018, 12:17:37 PM
Thank you.  The db setup I'm using is sqlite.db, which was copied over when I copied from the old to new system.  Is there a way to check why it's not being seen?  Thank you.
Title: Re: Transferring user configuration
Post by: JohnDoh on June 08, 2018, 03:26:14 PM
I don't know what version you are going from or to but I assume you have applied any schema updates. In the database userids are tied to username + mail_host. Has the mail_host changed? (default_host in your rc config file)
Title: Re: Transferring user configuration
Post by: DigiAngel on June 09, 2018, 09:17:44 AM
I went from 1.1.4 to 1.3.6 using the upgrade script method.  Thank you.