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.
user prefs, identities and contacts are sorted in the roundcube database. carddav i don't know, may be try asking the plugin author.
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.
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)
I went from 1.1.4 to 1.3.6 using the upgrade script method. Thank you.