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
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
131
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`.
132
135
133
-
### Make sure Elasticsearch/Opensearch configured properly
134
-
135
-
Please make sure Elasticsearch or Opensearch host is set to `elasticsearchmaster` in the Magento2 configuration file at `<magento_root>/app/etc/env.php`
136
-
More information about [Elasticsearch o Hypernode](../../hypernode-platform/tools/how-to-use-elasticsearch-on-hypernode.md)
137
-
138
-
### Make sure RabbitMQ configured properly
139
-
140
-
Please make sure RabbitMQ host is set to `rabbitmqmaster` in the Magento2 configuration file at `<magento_root>/app/etc/env.php`
141
-
More information about [RabbitMQ o Hypernode](../../best-practices/database/how-to-run-rabbitmq-on-hypernode.md)
142
-
143
-
### Make sure to use MySQL 5.7 or higher
136
+
#### Make sure to use MySQL 5.7 or higher
144
137
145
138
The configured MySQL version should be 5.7 or above. You can check the enabled MySQL version by running the following command.
146
139
@@ -160,9 +153,29 @@ After the version validation, please verify the MySQL host is set to `mysqlmaste
160
153
161
154
You should see something similar to `'host' => 'mysqlmaster',`. If this is not the case please make sure the database connection host is set to `mysqlmaster` instead of `localhost` or `127.0.0.1` in the magento configuration file at `<magento_root>/app/etc/env.php`.
162
155
163
-
### Make sure the Hypernode is a production plan
156
+
### Application Specific Requirements - Magento2
164
157
165
-
Unfortunately we don't support Horizontal autoscaling for development plans.
158
+
#### Supported CMS
159
+
160
+
Horizontal autoscaling is available for Magento2.
161
+
To make use of Horizontal autoscaling, there are a couple of other requirements the application should meet.
162
+
163
+
#### Make sure Elasticsearch/Opensearch configured properly
164
+
165
+
Please make sure Elasticsearch or Opensearch host is set to `elasticsearchmaster` in the Magento2 configuration file at `<magento_root>/app/etc/env.php`
166
+
More information about [Elasticsearch o Hypernode](../../hypernode-platform/tools/how-to-use-elasticsearch-on-hypernode.md)
167
+
168
+
#### Make sure RabbitMQ configured properly
169
+
170
+
Please make sure RabbitMQ host is set to `rabbitmqmaster` in the Magento2 configuration file at `<magento_root>/app/etc/env.php`
171
+
More information about [RabbitMQ o Hypernode](../../best-practices/database/how-to-run-rabbitmq-on-hypernode.md)
172
+
Also make sure to configured RabbitMQ without guest user.
173
+
174
+
#### Make sure Database storage is disabled & Remote storage is enabled and configured.
175
+
176
+
Please make sure to enable remote storage for your application and configure it correctly as only AWS-s3 remote storage drivers are supported.
177
+
178
+
Make sure that the `remote_storage` key is present in the Magento2 configuration file at `<magento_root>/app/etc/env.php` with the correct config.
0 commit comments