Base solution for your next web application
Open Closed

How do we make our exising application switch to a hybrid database architecture? #11430


User avatar
0
SASIMEXICO created

What steps would need to be taken in order to convert an ASP.NET Zero application to a hybrid database architecture, specifically in regard to the addition of a new tenant that requires a separate database?

we've added a custom connection string to the tenant, but it doesn't seem to use it at all. We've not found anything clear in the documentation.

Are we missing a step?


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @SASIMEXICO

    Normally, there is no additional step is required. If you provide a connection string while you are creating a new tenant, a new database should be created and this new database will be used for new database.

    Could you check if a new database is created for the tenant you have created ?