Skip to main content

How does the multi-tenant architecture protect my data?

0 views Updated 1 day, 1 hour ago

WorkMA uses a schema-per-tenant isolation model. Each workspace has its own PostgreSQL schema, ensuring that data is physically separated at the database level.

What's shared: User accounts, billing, and platform notifications.

What's isolated: Tasks, teams, meetings, support tickets, code projects, files, merge requests, and all workspace data.

No cross-tenant data access is possible — even a database compromise exposes only one tenant.

Was this answer helpful?

Thanks for your feedback!