Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Misc — Update dump versions compatibility table #156

Merged
merged 2 commits into from
Jul 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions text/0105-dumps-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,10 @@ The following table describes which version of the dump correspond to which vers
| Dump version | Meilisearch version | Highest compatibility dump version |
|--------------|--------------------------------------|------------------------------------|
| `v1` | `v0.20.0` and below | `v3` |
| `v2` | `v0.21.0` and `v0.21.1` | `v4` |
| `v3` | From `v0.22.0` to `v0.24.0` included | `v4` |
| `v4` | `v0.25.0` and later | - |
| `v2` | `v0.21.0` and `v0.21.1` | `v5` |
| `v3` | From `v0.22.0` to `v0.24.0` included | `v5` |
| `v4` | From `v0.25.0` to `v0.27.2` included | `v5` |
| `v5` | `v0.28.0` and later | - |

What does "Highest compatibility dump version" means?
For maintainance reasons, we cannot guarantee the compatibility from old dump versions to the newest ones.
Expand Down