-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: Postponed
-
Component/s: Configuration, Wizard
The configuration can currently manage only one database (ie a template with a nuxeo.db.type value). It is still possible to manage multiple databases in the XML contributions and the Java code, but only one database is editable from the wizard or the admin page.
NXP-18268 did not make it possible while introducing a conflict between MongoDB and the other database.
NXP-18773 fixes the MongoDb case but still not allows multiple databases.
Add a configuration syntax in the form "nuxeo.db.x....":
nuxeo.db.1.type=... nuxeo.db.1.host=... nuxeo.db.1.port=... nuxeo.db.1.name=...