Skip to content

Commit 0221e80

Browse files
authored
OP: add annotation re. cluster upgrade and RQE (#1555)
1 parent 26c6bda commit 0221e80

File tree

1 file changed

+6
-1
lines changed
  • content/operate/oss_and_stack/install/upgrade

1 file changed

+6
-1
lines changed

content/operate/oss_and_stack/install/upgrade/cluster.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The supported upgrade paths are:
1515
- Redis Open Source 7.x (with or without modules) to Redis 8 in Redis Open Source
1616
- Redis Stack 7.2 or 7.4 to Redis 8 in Redis Open Source
1717
{{< /note >}}
18-
18+
</br>
1919
{{< note >}}
2020
It's essential to practice upgrading Redis in a controlled environment before upgrading it in a production environment.
2121
Docker is an excellent tool to use for this purpose.
@@ -55,6 +55,11 @@ Upgrade each node one at a time, starting with the replicas, using these steps:
5555

5656
If necessary, restore the saved files to their original locations on each node. Then restart Redis on each node.
5757

58+
{{< warning >}}
59+
Redis Query Engine won't be fully operational until all master shards have completed their upgrades.
60+
Any queries sent during the upgrade process will either return errors or a message such as "Waiting for all nodes to connect".
61+
{{< /warning >}}
62+
5863
### Verify the upgrade
5964

6065
```bash

0 commit comments

Comments
 (0)