Skip to content

Commit 60a1860

Browse files
point customer to support and move redis to application specific
1 parent beddeb2 commit 60a1860

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ We will divide them between Hypernode-specific and Application-specific requirem
6363

6464
#### Operating system
6565

66-
- The operating system of the Hypernode should be Debian Bookworm
66+
- The operating system of the Hypernode should be Debian Bookworm. If you would like to upgrade the os of your Hypernode, feel free to contact our support team for help. https://www.hypernode.com/en/contact/
6767

6868
#### Make sure the Hypernode is a production plan
6969

@@ -107,32 +107,6 @@ acl purge {
107107
}
108108
```
109109

110-
#### Enable and configure Redis Persistent
111-
112-
Redis persistent is another requirement before you can make use of Horizontal autoscaling.
113-
The persistent instance will be used to store the sessions so we can access the same sessions from the Horizontal autoscale Hypernodes.
114-
115-
You can check if Redis Persistent is enabled on your Hypernode by running
116-
117-
```console
118-
hypernode-systemctl settings redis_persistent_instance
119-
```
120-
121-
Example output if Redis Persistent is enabled:
122-
123-
```console
124-
redis_persistent_instance is set to value True
125-
```
126-
127-
If Redis Persistent instance is not enabled, you can enable the second Redis instance for sessions you run the command:
128-
129-
```console
130-
hypernode-systemctl settings redis_persistent_instance --value True
131-
```
132-
133-
Make sure Redis session is configured as [described](../../ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md#configure-magento-2-to-use-redis-as-the-session-store) in our docs
134-
Please notice the Redis host in the setup documentation. The Redis host should be set to `redismaster` instead of `localhost` or `127.0.0.1`.
135-
136110
#### Make sure to use MySQL 5.7 or higher
137111

138112
The configured MySQL version should be 5.7 or above. You can check the enabled MySQL version by running the following command.
@@ -160,6 +134,32 @@ You should see something similar to `'host' => 'mysqlmaster',`. If this is not t
160134
Horizontal autoscaling is available for Magento 2.4.7 and higher.
161135
To make use of Horizontal autoscaling, there are a couple of other requirements the application should meet.
162136

137+
#### Enable and configure Redis Persistent
138+
139+
Redis persistent is another requirement before you can make use of Horizontal autoscaling.
140+
The persistent instance will be used to store the sessions so we can access the same sessions from the Horizontal autoscale Hypernodes.
141+
142+
You can check if Redis Persistent is enabled on your Hypernode by running
143+
144+
```console
145+
hypernode-systemctl settings redis_persistent_instance
146+
```
147+
148+
Example output if Redis Persistent is enabled:
149+
150+
```console
151+
redis_persistent_instance is set to value True
152+
```
153+
154+
If Redis Persistent instance is not enabled, you can enable the second Redis instance for sessions you run the command:
155+
156+
```console
157+
hypernode-systemctl settings redis_persistent_instance --value True
158+
```
159+
160+
Make sure Redis session is configured as [described](../../ecommerce-applications/magento-2/how-to-configure-redis-for-magento-2.md#configure-magento-2-to-use-redis-as-the-session-store) in our docs
161+
Please notice the Redis host in the setup documentation. The Redis host should be set to `redismaster` instead of `localhost` or `127.0.0.1`.
162+
163163
#### Make sure Elasticsearch/Opensearch is configured properly
164164

165165
Please make sure Elasticsearch or Opensearch host is set to `elasticsearchmaster` in the Magento2 configuration file at `<magento_root>/app/etc/env.php`

0 commit comments

Comments
 (0)