mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 06:58:30 +02:00
docs(faq): add downgrade question (#711)
* docs(faq): add downgrade question This commit permit to tell our users that we don't support downgrading of clusters * Update qdrant-landing/content/documentation/faq/qdrant-fundamentals.md Co-authored-by: Mac Chaffee <me@macchaffee.com> * Update qdrant-landing/content/documentation/faq/qdrant-fundamentals.md Co-authored-by: Mike Jang <michael.jang@qdrant.io> --------- Co-authored-by: Mac Chaffee <me@macchaffee.com> Co-authored-by: Mike Jang <michael.jang@qdrant.io>
This commit is contained in:
co-authored by
Mac Chaffee
Mike Jang
parent
f261124e9c
commit
26b53b6380
@@ -66,6 +66,11 @@ But in some cases, we might be able to help you with that through manual interve
|
||||
|
||||
## Versioning
|
||||
|
||||
### Do you support downgrades?
|
||||
|
||||
We does not support downgrading a cluster on any of our products. If you deploy a newer version of Qdrant, your
|
||||
data is automatically migrated to the newer storage format. This migration is not reversible.
|
||||
|
||||
### How do I avoid issues when updating to the latest version?
|
||||
|
||||
We only guarantee compatibility if you update between consequent versions. You would need to upgrade versions one at a time: `1.1 -> 1.2`, then `1.2 -> 1.3`, then `1.3 -> 1.4`.
|
||||
|
||||
Reference in New Issue
Block a user