Tell us more about your dump feature usage #506
Replies: 4 comments 6 replies
-
@gmourier thanks for starting this discussion! Issue: Also currently I used the Meilisearch CLI to actually index data to another instance using the dump file. Verdict:
|
Beta Was this translation helpful? Give feedback.
-
This message that occurs when a version cannot start with a data.ms from an older version could easily be improved to unblock users and help them.
Some ideas:
|
Beta Was this translation helpful? Give feedback.
-
We don't use the dump feature at all. The reason: meilisearch is not a "primary" database, so we treat it as ephemeral (in a sense). To bootstrap meilisearch after a version upgrade, we use the same scripts that we wrote on our first data migration from postgres. Which are the same scripts that we run periodically to ensure consistency against the primary database (postgres). We never got into the dumps feature because of that. It seems like an easier workflow to use our own, already existent sync scripts. |
Beta Was this translation helpful? Give feedback.
-
Hi guys, For my use case I'm using Meilisearch with docker image : using dumps is not friendly at all and I suggested to update the CLI a few months ago here : #396 I gave up on using dumps for now and I have a script that rebuild all indexes from postgre like @MihaiNueleanu, it's ok for now beceause I have low volumes of documents, but I won't keep this solution in the future. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, community!
To improve the upgrade of a Meilisearch instance, we would like to know how important dumps are for you and your frustrations with using them.
If you don't use them, what are the reasons?
Beta Was this translation helpful? Give feedback.
All reactions