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
Copy file name to clipboardExpand all lines: learn/update_and_migration/updating.mdx
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,17 +160,17 @@ While the task is processing, you may continue making search queries. You may al
160
160
161
161
If the upgrade is taking too long, or if after the upgrade is completed its task status is set to `failed`, you can cancel the upgrade task.
162
162
163
-
Cancelling the update task to automatically rolls back your database to its state before the upgrade began.
163
+
Cancelling the update task automatically rolls back your database to its state before the upgrade began.
164
164
165
165
After launching Meilisearch with `--experimental-dumpless-upgrade` flag:
166
166
167
167
1. Cancel the `databaseUpgrade` task
168
168
2. If you cancelled the update before it failed, skip to the next step. If the update failed, relaunch Meilisearch using the binary of the version you were upgrading to
169
-
3. Wait for the cancel request to be processed
169
+
3. Wait for Meilisearch to process your cancellation request
170
170
4. Replace the new binary with the binary of the previous version
171
171
5. Relaunch Meilisearch
172
172
173
-
If you are upgrading Meilisearch to <=v1.14,youmustinstead[restartyourinstancefromthesnapshot](/learn/data_backup/snapshots#starting-from-a-snapshot)yougeneratedduringstep1.Youmaythenretrytheupgrade,orupgradeusingadump.Youarealsowelcometoopenanissueonthe[Meilisearchrepository](https://github.com/meilisearch/meilisearch).
173
+
If you are upgrading Meilisearch to \<= v1.14, you must instead [restart your instance from the snapshot](/learn/data_backup/snapshots#starting-from-a-snapshot) you generated during step 1. You may then retry the upgrade, or upgrade using a dump. You are also welcome to open an issue on the [Meilisearch repository](https://github.com/meilisearch/meilisearch).
If a Meilisearch update fails or takes too long, depending on your version you can either cancel the update task and automatically roll back to an earlier version of your database, or import a backup snapshot.
523
-
524
520
## Version-specific warnings
525
521
526
522
After migrating to the most recent version of Meilisearch, your code-base may require some changes. This section contains warnings for some of the most impactful version-specific changes. For full changelogs, see the [releases tab on GitHub](https://github.com/meilisearch/meilisearch/releases).
0 commit comments