We have exsting prod application with Host sql db only. Need to seperate/move the one existing tenant(id 2) specific data from host sql db into a new tenant azure sql db.
On newly created sql db for tenant run the migrator but it again seeded/added default host admin and users. Is it possible to authenticate tenant users from host db and tenant data being fetch from tenant db. If not then how could I move existing tenant (id =2) users/data? Please suggest.
1 Answer(s)
-
0
Hi,
Is it possible to authenticate tenant users from host db and tenant data being fetch from tenant db.
This can be possible but you can consider this as the second option.
If not then how could I move existing tenant (id =2) users/data? Please suggest.
We don't provide a tool out of the box for this. You can use a migrator tool to migrate the tenant data.