Base solution for your next web application
Open Closed

Generate new dB instance for every tenant #2592


User avatar
0
jholla created

Hello,

Is there a way to generate a new dB instance with every tenant? If that is currently unavail, do you have a resource you can point me to, or a tutorial?

Thanks Much


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

    Hi,

    This is possible. You need to specify connectionString when creating a new tenant and a new DB will be created for that tenant. If you already have a tenant in a single database(host database), you need to set connection string for this tenant, create a new db for this tenant (manually) and migrate tenant's data from host db to new db (manually).