Open Closed

remove identity tables from Separated tenant databases #2772


User avatar
0
joe@tronactive.com created
  • ABP Framework version: v5.1.4
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Separated Tenant Databases

I would like to keep my tenant databases as lean as I can. Can I have it so only my business app tables, audit table specific to just the tenant, tenant specific settings and blobstoring/filemanager tables all in the separated tenant databases? Then in the hosts main database will have all of the Permissions, backgroundjobs, identity tables, features, languages, saas and text template tables?

Thank you


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Identity is multi-tenant, which means that users in a tenant are stored in the tenant's database. This is by design. You cannot remove it.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11