There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-5dbb1553-b92b-45a2-8b22-9c3387885917 XWIKI-15001 Open

The HibernateDataMigrationManager continues checking for data migrations on a deleted wiki

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-3f31b989-531e-43fa-8dad-161e886f0791 Thomas Mortagne on 26/May/26 17:41
 

create new foo wiki, again

So the wiki does exist, right ? Does not seem to have much to do with this issue.

In your case the problem seems to be the opposite actually: XWiki completely skip the migration handling and not does set the version (most probably because it still have that wiki in some list of "already handled wikis"), which cause this failure (it refuses to use the database because the version is 0).

 
cid:jira-generated-image-avatar-3f31b989-531e-43fa-8dad-161e886f0791 Thomas Mortagne on 26/May/26 17:42
 
bq. create new foo wiki, again

So the wiki does exist, right ? Does not seem to have much to do with this issue.

In your case the problem seems to be the opposite actually: XWiki completely skip the migration handling and
not does set the version in the database (most probably because it still have has that wiki in some list of "already handled wikis"), which cause this failure (it refuses to use the database because the version is 0).