mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 06:52:47 +00:00
docs: Note skillSync source tenantId is effectively immutable
Changing/adding/removing a source's tenantId orphans previously mirrored skills in the old tenant (a tenant-scoped sync cannot clean another tenant's data without runAsSystem, which is intentionally avoided).
This commit is contained in:
parent
7fedb5c027
commit
5968cdadf3
1 changed files with 5 additions and 0 deletions
|
|
@ -82,6 +82,11 @@ cache: true
|
|||
# # Optional. Owns the mirrored skills under the given tenant so they are
|
||||
# # created and shared within that tenant. Required for visibility when
|
||||
# # tenant isolation is enabled. Omit for single-tenant deployments.
|
||||
# # Treat as immutable per source id: changing (or adding/removing) the
|
||||
# # tenantId later leaves previously mirrored skills in the old tenant,
|
||||
# # where this source's sync can no longer see or clean them up. To move a
|
||||
# # source between tenants, delete its mirrored skills in the old tenant
|
||||
# # first, or use a new source id for the new tenant.
|
||||
# # tenantId: your-tenant-id
|
||||
|
||||
# Custom interface configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue