You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ We will divide them between Hypernode-specific and Application-specific requirem
63
63
64
64
#### Operating system
65
65
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/
67
67
68
68
#### Make sure the Hypernode is a production plan
69
69
@@ -107,32 +107,6 @@ acl purge {
107
107
}
108
108
```
109
109
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
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
-
136
110
#### Make sure to use MySQL 5.7 or higher
137
111
138
112
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
160
134
Horizontal autoscaling is available for Magento 2.4.7 and higher.
161
135
To make use of Horizontal autoscaling, there are a couple of other requirements the application should meet.
162
136
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
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
+
163
163
#### Make sure Elasticsearch/Opensearch is configured properly
164
164
165
165
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