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)
-
0
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).