Project

General

Profile

One redmine and several databases

Added by Nerilaunt Nerilaunt over 14 years ago

Hi,

I have 3 (and probably more in the future) totally independents projects.

So I would like independents Redmine, with their own admins, their own uploaded files, ... But ideally only one app (for future updates, disk space).

Is it possible to select one mysql database depending URI ? Something like :

http://mydmain.tld/projectA/   => database: redmine_projecta ; username: projecta
http://mydmain.tld/projectB/ => database: redmine_projectb ; username: projectb
http://mydmain.tld/projectC/ => database: redmine_projectc ; username: projectc

And define uploaded files directory to

redmin/path/files/projecta/
redmin/path/files/projectb/
redmin/path/files/projectc/

Do you think it's possible ? crazy ?

Thanks in advance,