Ease MeiliSearch version upgrade #213
Replies: 5 comments 3 replies
-
I like this feature! :) The SaaS could develop this feature. But I think this can be relevant for every user. At the start, MeiliSearch could try to read the DB; if not, it can create a dump and index it internally so that the users don't have to do the dump manipulation :) |
Beta Was this translation helpful? Give feedback.
-
Meanwhile, we made an update MeiliSearch version script to update demo's created using our cloud scripts (which means some requirements in the configuration described in the readme). If this is your case as well it might help you out: https://github.com/meilisearch/meilisearch-migration/ |
Beta Was this translation helpful? Give feedback.
-
Hi @tpayet 👋 Why is the dump system not enough? Are the manipulations difficult to operate? Could we potentially automate the upgrade process with all the dump manipulation like the script @bidoubiwa shared here? @meilisearch/core-team I hardly see how the binary could embed this 🤔 but you may have an idea! |
Beta Was this translation helpful? Give feedback.
-
@gmourier, if we stabilize the documents database and settings database, then we could use that instead of dumps to upgrade MeiliSearch. I don't thinks this would be very hard to implement |
Beta Was this translation helpful? Give feedback.
-
Cross-linking the technical solutions discussion related to that need meilisearch/meilisearch#2570 |
Beta Was this translation helpful? Give feedback.
-
If I am running v0.20 and want to run the last version of MeiliSearch (v0.21), I need to make a dump of my dataset somewhere then use this dump to restart MeiliSearch.
It would be easier if I could just shut down the old version of MeiliSearch and restart the new one using the same
data.ms
. It should be transparent for the user and if MeiliSearch need to reindex the data, so be it.Beta Was this translation helpful? Give feedback.
All reactions