0
balessi75 created
ABP Commercial 7.0.1 / Blazor Server / EF / Non tiered / Separate Host DB, Separate Tenant DBs
What is the transactional behavior when the migrator is migrating multiple tenant databases?
If a particular tenant exceptions out, does just that tenant's migration roll back or will all tenants that have already been migrated in the process also roll back?
Thanks in advance!
2 Answer(s)
-
0
Hi,
It will only roll back the operation of the current database and will not affect other databases
See: https://github.com/abpframework/abp/issues/11948#issuecomment-1071162824
-
0
Thanks!