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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,9 +191,12 @@ But please make sure to configure RabbitMQ without the default guest user.
191
191
192
192
Please make sure to enable remote storage for your application and configure it correctly as only AWS-s3 remote storage drivers are supported.
193
193
194
-
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.
194
+
#### Make sure database storage is disabled & remote storage is enabled and configured
195
195
196
-
More information about [S3 Remote Storage with Magento2](https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/storage/remote-storage/remote-storage-aws-s3)
196
+
Remote storage is a requirement for Horizontal autoscaling. This is because the media files should be stored on a remote storage location instead of the local filesystem.
197
+
This way the media files are available across multiple Hypernodes when the app is scaled up, and after scaling down the media files are still available.
198
+
199
+
Follow our documentation on [remote storage for Magento 2](../../ecommerce-applications/magento-2/how-to-configure-remote-storage-for-magento-2-x) to configure remote storage.
0 commit comments