
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2021 08:19 AM
It is possible to separate database schema / database for each tenant? (legislative requirements)
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2021 10:34 AM
There is no support for multiple / separate databases in Alfresco multi-tenancy. The db_url parameter was added way back in anticipation of a separate database being eventually supported, but it never came to that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2021 04:39 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2021 07:23 AM
Thank you for the answer, I read the documentation, but I didnt find any mention of separate databases for individual tenants. In alfresco database, there is parameter "db_url" in "alf_table" (its null for each tenant). I was hoping that it possible to separate metadata.
At the moment, everything is under one database and tables are just logically partitioned. It does not meet the legislative requirements in our country for record management functionality. I will try to separate mentioned partitions using PG 13.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-14-2021 10:34 AM
There is no support for multiple / separate databases in Alfresco multi-tenancy. The db_url parameter was added way back in anticipation of a separate database being eventually supported, but it never came to that.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2021 05:26 AM
Thank you.
