Skip to content

Commit beddeb2

Browse files
add remote storage link and mention non-default rabbitmq user
1 parent 4cccc87 commit beddeb2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/best-practices/database/how-to-run-rabbitmq-on-hypernode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ You need to make some changes in Magento in order to use RabbitMQ. For example i
8484
),
8585
),
8686
```
87+
88+
Note: Hypernode provisions a non-default user called `hypernode-admin` but you are free to create new users.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,14 +169,18 @@ More information about [Elasticsearch on Hypernode](../../hypernode-platform/too
169169

170170
Please make sure RabbitMQ host is set to `rabbitmqmaster` in the Magento2 configuration file at `<magento_root>/app/etc/env.php`
171171
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.
172+
173+
There is a rabbitmq user provisioned by Hypernode called hypernode-admin as a non-default user. But you can also configure RabbitMQ with a new different user of your own.
174+
But please make sure to configure RabbitMQ without the default guest user.
173175

174176
#### Make sure Database storage is disabled & Remote storage is enabled and configured.
175177

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

178180
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.
179181

182+
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)
183+
180184
## Enabling Horizontal Autoscaling
181185

182186
For detailed steps on enabling horizontal Autoscaling, please refer to our documentation: [How to enable horizontal Autoscaling?](how-to-enable-horizontal-autoscaling.md)

0 commit comments

Comments
 (0)