Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: noeleon on December 08, 2015, 06:59:51 PM

Title: Multiple instances and single database
Post by: noeleon on December 08, 2015, 06:59:51 PM
Hi

wondering if what I am planning on doing will cause problems in the future.

I am planning on running multiple instances* of roundcube - basically each hosted email domain will get it's own instance of roundcube. Each email domain wants its own skin and settings etc..

What I am wondering is if I need to also operate independent databases for each of the instances.. I have tried this and it -seems- to work though not sure it's really recommended.

* Instances are separate lxc containers

Title: Re: Multiple instances and single database
Post by: SKaero on December 08, 2015, 08:09:32 PM
I can't think of any direct problems with it, although your going to need to update all of the Roundcube instances at the same time. Why do you just use the include_host_config option http://trac.roundcube.net/wiki/Howto_Config/Multidomains that way you can still set all of the settings and skins for each domain but you would only have to update one instance of Roundcube.
Title: Re: Multiple instances and single database
Post by: noeleon on December 08, 2015, 10:52:54 PM
Quote from: SKaero on December 08, 2015, 08:09:32 PM
I can't think of any direct problems with it, although your going to need to update all of the Roundcube instances at the same time. Why do you just use the include_host_config option http://trac.roundcube.net/wiki/Howto_Config/Multidomains that way you can still set all of the settings and skins for each domain but you would only have to update one instance of Roundcube.

thanks for that - I did explore multidomains though not sure it really meets my current requirements as there are some server side differences as well. will probably just do some more testing using the central DB and see if I have any issues.