Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2 RC1
-
Fix Version/s: 4.5-milestone-1
-
Component/s: Storage
-
Labels:
-
Documentation:N/A
-
Documentation in Release Notes:
-
Similar issues:
Description
Here is what is till missing to make it official support:
Option 1, db per wiki (mysql style):
- create the wiki database from XWiki. The workaround is to create the database by hand first and then create the wiki.
- Proxy the db connection so that when we change the db, the actual TCP connection to the db changes without Hibernate knowing it. (Postgres requires a new TCP connection for a db change.)
Option 2, schema per wiki (Oracle style):
- Investigate why some queries query over all schemas rather than only the one which has been selected.
Attachments
Issue Links
- is duplicated by
-
XWIKI-917 Virtual wikis don't work with PostgreSQL
-
- Closed
-
- relates to
-
XE-1288 Debian packages fail to configure for postgres
-
- Closed
-
-
XWIKI-8753 Add full virtual mode support for PostGreSQL using the database mode
-
- Open
-