There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-73744163-ca46-4da9-8e02-2ef3b9f74263 XWIKI-23582 Open

XWiki deb upgrade removes database configuration

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-d7ac6293-96b7-4916-a263-84eb37d934fd Thomas Mortagne on 09/Oct/25 09:52
 
The whole handling of the database and configuration file is entire on dbconfig's side, all XWiki does is triggering it with a few parameters (like the location of the configuration file).

That being said, if you don't want to use dbconfig, there is honestly not much point in using {{xwiki-pgsql-common}} (its only point is to have a dependency on xwiki-commons and postgresql and run dbconfig with a template of the hibernate configuration). It would probably be much simpler (and apparently safer) to use {{xwiki-common}} instead.