Skip to content

Commit f106990

Browse files
first draft ready
1 parent 6d4b926 commit f106990

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

learn/update_and_migration/updating.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,17 @@ While the task is processing, you may continue making search queries. You may al
160160

161161
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.
162162

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.
164164

165165
After launching Meilisearch with `--experimental-dumpless-upgrade` flag:
166166

167167
1. Cancel the `databaseUpgrade` task
168168
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
170170
4. Replace the new binary with the binary of the previous version
171171
5. Relaunch Meilisearch
172172

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).
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).
174174

175175
### Using a dump
176176

@@ -517,10 +517,6 @@ rm /var/opt/meilisearch/dumps/{dump_uid.dump}
517517
</Tabs.Content>
518518
</Tabs.Container>
519519

520-
## Cancel an update
521-
522-
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-
524520
## Version-specific warnings
525521

526522
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

Comments
 (0)