Anirban,
Currently, there is no capability to have a single Mendix application interact with multiple database instances. I think you can proceed in one of two ways:
Hope this helps,
Mike
I think the greatest problem is the size of the database (50GB per customer). That is the main reason why I would not suggest a multi tenancy app. Our application is used by multiple clients, but all use the same model. But the model is also multi tenant build. Larger customers get their own environment and the smaller clients use the multitenant environment. And indeed it would increase the total cost.
Transferring the data to Mendix can be done with the database replication module (https://appstore.home.mendix.com/link/app/160/Mendix/Database-replication).
Once you have your data transferred (including the UUID, I would transfer that also to a text string or something) you can rebuild the application again.
Good luck,
Ronald
HI.
Is there any other solution for this?
I also want to use multiple database for each customer. Is there any new feature that provides this possibility?
Regards,
Anahit