There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-dbe3c6af-7f4e-4bf4-a5ff-d2a26f7d5719 XWIKI-22954 Open

R160100000XWIKI21738 migration error related to unknown column required right

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-dfd31657-ff42-4efc-8cbd-b57c4818f1e7 Simon Urli on 06/Mar/25 09:31
 

There's two aspects on this issue: one aspect is the problem of the cache manager trying to load a document which is reported by XWIKI-22955. But there's also a more generic aspect, which is that the migration relies on NotificationFilterPreferenceStore and more generally tries to perform immediately an insert request on a subwiki before it's been migrated. If in the future we update the schema of NotificationFilterPreference table then this migration wouldn't work at all anymore I think since it would prevent performing the insertion.

 
cid:jira-generated-image-avatar-dfd31657-ff42-4efc-8cbd-b57c4818f1e7 Simon Urli on 06/Mar/25 09:35
 

Note: this problem was originally reported in https://forum.xwiki.org/t/upgrade-from-15-10-14-to-16-10-4-errors-in-log-tomcat-9/16592