Description
For example in postgresql's logs we get:
ERROR: relation "xwikidbversion" does not exist at character 45 STATEMENT: select this_.XWV_VERSION as XWV1_26_0_ from xwikidbversion this_ ERROR: relation "xwikidoc" does not exist at character 29 STATEMENT: select count(*) as y0_ from xwikidoc this_
This is because at startup we try to read from the xwikidbversion table even when it doesn't exist, thus resulting on these errors on the DB side.
When using docker-compose to start XWiki and the DB these errors are very visible and the user will wonder if something is not working so it's best to avoid them.
Attachments
Issue Links
- is related to
-
XWIKI-14122 Hibernate errors when upgrading on HSQLDB
- Closed
-
XWIKI-14055 XWiki sequence errors at startup on postgresql and oracle
- Closed