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:
XWIKI-8753 Add full virtual mode support for PostGreSQL using the database mode XWIKI-9006The schema does not seems to be deleted when deleting a wiki using PostgreSQL in schema mode XWIKI-1740Add full xwiki virtual mode support for HSQLDB XWIKI-7644Add support for PostgreSQL as a known DatabaseProduct XWIKI-3353Support schemas instead of different databases on DB2 XWIKI-9004PostgreSQL wrongly tries to switch to the schema with database name when in database mode XWIKI-2381Support for ldap posixGroup schema XWIKI-7232Encoding trouble in page versions (on Postgresql) XWIKI-8244 Add full xwiki virtual mode support for Derby XWIKI-6742Add virtual extensions support
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.
Issue Links
- is duplicated by
-
XWIKI-917
Virtual wikis don't work with PostgreSQL
-
- relates to
-
XWIKI-8753
Add full virtual mode support for PostGreSQL using the database mode
-
-
XE-1288
Debian packages fail to configure for postgres
-