Base solution for your next web application
Open Closed

Move Tenant data from hostdb into another tenant db #11285


User avatar
0
Goontech created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.