Blog Categories Migration warning persists after upgrade to XWiki 16.10.10

After upgrading from xwiki:16.10.8-postgres-tomcat to xwiki:16.10.10-postgres-tomcat (latest LTS), the following warning appears at the top of the wiki.

When I click on Categories Location Migrator and complete the migration, the tool shows a “done” message. However, the warning banner still remains and never goes away.

This issue only happens on the main wiki, it does not appear in subwikis.

Do you have any idea why the warning does not disappear after migration?

Hello,
I think you also upgraded the blog application from a version lower than 9.15, to version 9.15.1.
If I read the blog extension documentation correctly, you have to perform a migration.
See https://extensions.xwiki.org/xwiki/bin/view/Extension/Blog%20Application#HCreatingoneorseveralBlogs

Hello @mleduc Thanks for your answer.

But after running this migrator, the error notification is still there. Do you know how I can get rid of it?

@Milad Did you navigate to another page after the migration and the notification is still there?

@@acotiuga Yes, it is still in main wiki : /xwiki/bin/view/Main even if i view other pages

Is your blog version 9.15 or 9.15.1 ? There was a bugfix that was applied in 9.15.1.
Otherwise, I would check if all the categories are in the located under Blog.Categories.
If there is one that is in the old location Blog that will be the reason to notify there are still categories to migrate.
You can do this check in main wiki as well as in sub-wikis.

Hope it helps!

1 Like

@acotiuga Thanks for your hint, it really helped.

The problem was that one of the subwikis was using an old blog feature and the error in main wiki was not referring to it.
So, It might be better to improve the error message but I just upgraded the blog in this subwiki, ran the migration there and now the error in main wiki is gone. Thanks for your support!