Skip to content

Commit 48f7dbc

Browse files
committed
docs/autoscaling: Link to remote storage
1 parent edb4f5b commit 48f7dbc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,12 @@ But please make sure to configure RabbitMQ without the default guest user.
191191

192192
Please make sure to enable remote storage for your application and configure it correctly as only AWS-s3 remote storage drivers are supported.
193193

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
195195

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.
197200

198201
## Enabling Horizontal Autoscaling
199202

0 commit comments

Comments
 (0)