OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.36k stars 2.37k forks source link

Import all search indexes and all search queries, is not importing everything #14768

Open ColinRaaijmakers opened 9 months ago

ColinRaaijmakers commented 9 months ago

I have a strange behaviour while deploying content from our OrchardCore website in Test environment to our OrchardCore website in Acceptance environment.

I have a deployment plan to export and import all search indexes and all search queries.

Deployment Plan

Execute File Download

JSON Import

Expected result:

Actual result:

Result message through Package import: Deployment package imported. Result message through JSON Import: Recipe imported.

Result with Package import and JSON Import is the same.

The 3 imported Lucene indices are the first 2 and the last in the list that are imported.

There is not error logged or what so ever.

Can someone explain this behaviour?

Recipe.json

ColinRaaijmakers commented 9 months ago

When I try to create the missing indexes manually, i get the following error message: image

ColinRaaijmakers commented 9 months ago

And when I try to find this index in the database directly, it cannot find anything...

image