8000 [Feature] Index Sorting Order Issues (#1829) · arangodb/kube-arangodb@436494e · GitHub
[go: up one dir, main page]

Skip to content

Commit 436494e

Browse files
authored
[Feature] Index Sorting Order Issues (#1829)
1 parent 58f9cdb commit 436494e

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- (Feature) MigrateMember Action
2020
- (Maintenance) Ensure Enum in the UpgradeMode Enum Schema
2121
- (Feature) Enforce UpgradeByReplace operation by default for ArangoDB from 3.12.2/3 to 3.12.4+
22+
- (Documentation) Index Sorting Order Issues
2223

2324
## [1.2.44](https://github.com/arangodb/kube-arangodb/tree/1.2.44) (2025-02-03)
2425
- (Maintenance) Kubernetes 1.31.1 libraries
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: page
3+
parent: Upgrading ArangoDB version
4+
title: Index Sorting Order Issues
5+
---
6+
7+
# Index Sorting Order Issues
8+
9+
ArangoDB References:
10+
- [Resolving known issues with versions prior to 3.12.4](https://docs.arangodb.com/stable/release-notes/version-3.12/incompatible-changes-in-3-12/#resolving-known-issues-with-versions-prior-to-3124)
11+
- [Corrected sorting order for numbers in VelocyPack indexes](https://docs.arangodb.com/stable/release-notes/version-3.12/incompatible-changes-in-3-12/#corrected-sorting-order-for-numbers-in-velocypack-indexes)
12+
13+
Feature: `--deployment.feature.upgrade-index-order-issue`
14+
15+
Affected Versions:
16+
- 3.12.2
17+
- 3.12.3
18+
19+
# Changes
20+
21+
During the upgrade Operator will change default [Member Upgrade Mode](../api/ArangoDeployment.V1.md#specagentsupgrademode) from `inplace` to `rotate` in order to recreate affected indexes.

docs/upgrading.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
layout: page
3+
has_children: true
4+
title: Upgrading ArangoDB version
5+
has_toc: false
6+
---
7+
18
# Upgrading ArangoDB version
29

310
The ArangoDB Kubernetes Operator supports upgrading an ArangoDB from
@@ -51,3 +58,10 @@ Regardless of if you are not only changing the images of community and
5158
enterprise of the same major, minor and patch levels, or upgrade both
5259
to enterprise and a different version, the procedure is only performed
5360
once in a combined step of upgrading version and edition.
61+
62+
## Upgrade Constrains
63+
64+
### Upgrade for Index Sorting Order Issues
65+
66+
Affected Versions: 3.12.2, 3.12.3
67+

0 commit comments

Comments
 (0)
0