Project Database Configuration
Added by Chad West almost 10 years ago
I would like to have have a project have individual issues, users, incoming email address, outgoing email address, and admins. Best way I can think of doing this is setting up another database and having them operate from there, which I've already created. I'm just trying to bridge the gap of setting my current Redmine installation of using that database for the other project. I've already added entries in the configuration.yml and database.yml, migration worked fine just don't know how to point to it.
Environment: Redmine version 2.5.1.stable Ruby version 1.9.3-p545 (2014-02-24) [i686-linux] Rails version 3.2.17 Environment production Database adapter Mysql2 SCM: Subversion 1.6.11 Git 1.7.1 Filesystem Redmine plugins: clipboard_image_paste 1.8 projects_tree_view 0.0.8 quick_view 0.0.3 redmine_contacts 3.2.17 redmine_contacts_invoices 3.1.4 redmine_default_assign 0.4 redmine_dmsf 1.4.8 stable redmine_improved_searchbox 0.0.3 redmine_incoming_emails 0.0.1 redmine_issue_checklist 2.0.5 redmine_knowledgebase 3.0.4 redmine_login_audit 0.1.5 redmine_logs 0.0.5 redmine_monitoring_controlling 0.1.1 redmine_people 0.1.8 redmine_silencer 0.4.0 redmine_zenedit 0.0.2 unread_issues 0.0.1
Replies (1)
RE: Project Database Configuration - Added by Jan Niggemann (redmine.org team member) almost 10 years ago
You need n separate instances of redmine in order to be able to use n separate databases, as the relation DB:installation is 1:1.