File tree Expand file tree Collapse file tree
docs/admin/maintenance/upgrade
versioned_docs/version-4.0/admin/maintenance/upgrade Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,32 @@ description: Release Notes
66draft : false
77---
88
9+ # Release Notes: Migration from v5.x.x to v6.0.0
10+
11+ - Version: 6.0.0
12+ - Type: Major Release (Breaking Change in Search Index)
13+ - [ Details · Download] ( https://github.com/opencloud-eu/opencloud/releases/tag/v6.0.0 )
14+
15+ ## Who Is Affected?
16+
17+ Users who use the ** OpenSearch backend** for search functionality.
18+
19+ ## Key Changes
20+
21+ The OpenSearch index has been redesigned with the following improvements:
22+
23+ - Fixes for persisting and querying favorite information
24+ - Fast Vector Highlighter support — significantly faster and without the character limits of the previous default highlighter
25+
26+ :::warning breaking change
27+ This is an incompatible change. Users of the OpenSearch backend will have to drop their old index and rebuild it using:
28+
29+ ``` bash
30+ opencloud search index --all-spaces
31+ ```
32+
33+ :::
34+
935# Release Notes: Migration from v4.x.x to v5.0.0
1036
1137- Version: 5.0.0
Original file line number Diff line number Diff line change @@ -6,6 +6,50 @@ description: Release Notes
66draft : false
77---
88
9+ # Release Notes: Migration from v5.x.x to v6.0.0
10+
11+ - Version: 6.0.0
12+ - Type: Major Release (Breaking Change in Search Index)
13+ - [ Details · Download] ( https://github.com/opencloud-eu/opencloud/releases/tag/v6.0.0 )
14+
15+ ## Who Is Affected?
16+
17+ Users who use the ** OpenSearch backend** for search functionality.
18+
19+ ## Key Changes
20+
21+ The OpenSearch index has been redesigned with the following improvements:
22+
23+ - Fixes for persisting and querying favorite information
24+ - Fast Vector Highlighter support — significantly faster and without the character limits of the previous default highlighter
25+
26+ :::warning breaking change
27+ This is an incompatible change. Users of the OpenSearch backend will have to drop their old index and rebuild it using:
28+
29+ ``` bash
30+ opencloud search index --all-spaces
31+ ```
32+
33+ :::
34+
35+ # Release Notes: Migration from v4.x.x to v5.0.0
36+
37+ - Version: 5.0.0
38+ - Type: Major Release (Breaking Change in Service Architecture)
39+ - [ Details · Download] ( https://github.com/opencloud-eu/opencloud/releases/tag/v5.0.0 )
40+
41+ ## Who Is Affected?
42+
43+ If you use the official Docker Compose setup, no migration is typically required.
44+
45+ ## Key Changes
46+
47+ The OCDAV is no longer initialized as its own service, it was moved from the backend services into the frontend service
48+
49+ :::compatibility note
50+ Legacy env variable names (OCDAV\_\* ) still work. They just need to be set on the frontend service now
51+ :::
52+
953# Release Notes: Migration from v2.x.x to v3.0.0
1054
1155- Version: 3.0.0
You can’t perform that action at this time.
0 commit comments