Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
14.4.4, 13.10.9, 14.8
-
None
-
Windows 11 Pro 64 bit, Edge 105, using a local instance of XWiki 14.8 on MariaDB 10.6, Tomcat 9.0.67, Java 17.0.4 (Oracle)
-
Unknown
-
Description
STEPS TO REPRODUCE
- Create an older XWiki version (e.g. 13.10.3) with a subwiki
- Upgrade it to XWiki 14.4.4 (e.g. by replacing the WAR and configuring it with the correct DB)
EXPECTED RESULTS
No warnings/ errors are displayed.
ACTUAL RESULTS
The following warnings are encountered when first accessing the instance after replacing WAR:
2022-09-30 11:35:24,564 [XWiki initialization] WARN o.m.j.m.s.ErrorPacket - Error: 1146-42S02: Table 'xwiki.databasechangeloglock' doesn't exist
(for Main Wiki)
and
2022-09-30 11:35:29,163 [XWiki initialization] WARN o.m.j.m.s.ErrorPacket - Error: 1146-42S02: Table 'subwikiglobal.databasechangeloglock' doesn't exist
(for subwiki)
The issue seems to be reproducing only on MariaDB and was also reproduced when upgraded 12.10.11 to 13.10.9 and 13.10.7 to 14.8.
Please find attached the full logs.