This issue has been created
There are 3 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-507d2c6b-b42f-4246-8afc-ed887e47d3b1 XWIKI-23124 Open

[PostgreSQL] Can't properly use multi wiki when not on public schema

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-47d9dd35-7491-45d0-87ed-b324b4b626bf Jos created this issue on 18/Apr/25 16:01
 
Summary: [PostgreSQL] Can't properly use multi wiki when not on public schema
Issue Type: cid:jira-generated-image-avatar-507d2c6b-b42f-4246-8afc-ed887e47d3b1 Bug
Assignee: Unassigned
Created: 18/Apr/25 16:01
Priority: cid:jira-generated-image-static-major-1df090b0-3249-464f-bab5-e77da8f758b0 Major
Reporter: Jos
 
 

3 updates

 
cid:jira-generated-image-avatar-47d9dd35-7491-45d0-87ed-b324b4b626bf Changes by Jos on 18/Apr/25 16:05
 
Environment: Postgresql 13, linux
Version: 17.2.0
Description: My postgresql installation for xwiki do not use public schema. Instead I've got a custom schema, that I set on xwiki.db property in xwiki.cfg, and in liquibase.properties (schemaName:  XXX)

When I try to create a separate wiki, xwiki will successfully create the schema for the another wiki, but this schema will remain empty with no tables, and the documents will be created in the main schema, resulting in severable problems. This make multi wiki unusable in this configuration