-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/Sync doesn't populate nodes in elasticsearch #1204
Labels
Comments
Hi @plyhun, any updates on this topic? |
Hi @DavidOrtizR ,
Both usecases reported the same results:
e.g. the schemas and nodes have been synced. |
Having the same issue here (v1.7.22). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gentics Mesh Version, operating system, or hardware.
Operating System
Elasticsearch 7.7.0
Problem
/search/sync doesn't work properly.
Reproducer
1.-Create a new export file using the API /admin/graphdb/export
2.- Import using /admin/graphdb/import
3.- Clear indexes /search/clear
4.- Sync indexes using /search/sync
Expected behaviour
After restoring a backup or importing an export file and clear (/search/clear) and sync (/search/sync), the indexes in elasticseach should be populated as before.
Actual behaviour
After restoring a backup or importing an export file and clear (/search/clear) and sync (/search/sync), the indexes in elasticseach are empty
The text was updated successfully, but these errors were encountered: