we are migrating spaces from confluence with confluence migrator and it is running slow.
we are using posgre-wiki image on docker and all i can see in db logs ar this error:
2023-11-29 10:59:09.020 UTC [45] ERROR: operator does not exist: boolean <> integer at character 290
2023-11-29 10:59:09.020 UTC [45] HINT: No operator matches the given name and argument types. You might need to add explicit type casts.
2023-11-29 10:59:09.020 UTC [45] STATEMENT: select xwikidocum0_.XWD_FULLNAME as col_0_0_ from xwikidoc xwikidocum0_ cross join xwikiobjects baseobject1_ where baseobject1_.XWO_NAME=xwikidocum0_.XWD_FULLNAME and baseobject1_.XWO_CLASSNAME='Blog.BlogClass' and xwikidocum0_.XWD_FULLNAME<>'Blog.BlogTemplate' and xwikidocum0_.XWD_HIDDEN<>1 limit $1