Offline creation of indexes #585
Replies: 2 comments 4 replies
-
Hi @angelcervera 👋 It's not possible to create the index data without starting the server the very first time. However, if you keep the exact same version between deployments, you can try different scenarios:
Sorry for the late answer 🙇♂️ Please let us know if it helps! |
Beta Was this translation helpful? Give feedback.
-
Hi @gmourier The work around looks working, but would be great to be able to do it without staring the server in the same place. |
Beta Was this translation helpful? Give feedback.
-
I have an index that is not going to be updated after the creation and it is going to be deployed as a Docker container.
Because it is not going to change after the creation, I want to be able to create the index offline. I mean:
On this way, I can make a blue-green deployment everytime I release a new version of the index.
Any suggestion about how to create the index data folder without start the server.
Plan B: If it is not possible, could I start the server, index the data, shutdown the server and copy the meili_data folder into the new Docker image?
Beta Was this translation helpful? Give feedback.
All reactions