You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.13 introduces a new experimental CLI flag: --experimental-dumpless-upgrade. Using it simplifies the upgrading process, allowing people to simply update the binary and launch Meilisearch instead of having to generate dumps.
This feature is only publicly relevant for self-hosted users. It may also be useful for the cloud, but this would be an internal change without any visibility for customers.
New update process:
download new binary
interrupt meilisearch
overwrite old binary
relaunch with ./meilisearch --experimental-dumpless-upgrade
Warning
The dumpless upgrade is not currently atomic, so it's possible some processes fail and Meilisearch still finalizes the upgrade. If this happens, it may corrupt the database. Users should take a snapshot of their db before performing a dumpless upgrade.
Cloud updates remain the same: press update button.
v1.13 introduces a new experimental CLI flag:
--experimental-dumpless-upgrade
. Using it simplifies the upgrading process, allowing people to simply update the binary and launch Meilisearch instead of having to generate dumps.This feature is only publicly relevant for self-hosted users. It may also be useful for the cloud, but this would be an internal change without any visibility for customers.
New update process:
meilisearch
./meilisearch --experimental-dumpless-upgrade
Warning
The dumpless upgrade is not currently atomic, so it's possible some processes fail and Meilisearch still finalizes the upgrade. If this happens, it may corrupt the database. Users should take a snapshot of their db before performing a dumpless upgrade.
Cloud updates remain the same: press update button.
Tasks
learn/self_hosted/configure_meilisearch_at_launch.mdx
learn/update_and_migration/updating.mdx
References
The text was updated successfully, but these errors were encountered: