There is 1 comment.
 
 
JIRA Components / cid:jira-generated-image-avatar-2f099b1d-ebea-46ad-83b5-210753ceadb9 JIRA-88 Open

Upgrading to 11.0.0 breaks existing JIRA configurations

 
View issue   ·   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-0b5416ad-7781-4009-9fbb-a58108922c24 Josué Tille on 17/Sep/25 10:27
 

Hello,

So, After investigating it seem related to the issue that the listener on the upgrade process are not correctly called when an extension is installed/upgrade in the sub-wiki.

Seem that the listener JobFinishedEvent("install") is not called when we install or upgrade an extension in the sub-wiki. Maybe it's related to the fact that the module which contains this listener is installed in the root namespace. Thomas Mortagne do you know if it could be the cause of this listener not called when we install or upgrade an extension into a sub-wiki ?

 

Note that for now the workaround is just to restart the wiki instance. At the reboot of the wiki, the listener is also expected to be called (and it seem working from my tests) so this should handle the migration of the data if needed.