Insights Hub Deployment - Multi Tenancy, seperate databases

0
Hello,   We have a Mendix application deployed on Insights Hub with a database in cloud foundry. Currently, the application is provisioned to a single customer, and there is a single database in cf.   Does anyone have experience, or ideas around, deploying a single application to multiple tenancies in Insights Hub, but keeping the databases for each instance separate?   We essentially want the ability to provision our application to any new Insights Hub customer tenant and give it a new database in cloud foundry each time.   Thankyou in advance! Arnie
asked
1 answers
0

As fare as i know it is not possible to deploy just a single application which connects to multiple databases - one per tenant.

 

The usual approach for multi tenancy is different.

See the documentation how to achieve multi tenancy with a single database and a single application deployment:

 

https://docs.mendix.com/partners/siemens/mindsphere-development-considerations/#multitenancy

answered