Skip to content

Commit 4a96a2e

Browse files
shyimmitelg
andauthored
move the proxysql recommandation higher (#2125)
* move the proxysql recommandation higher Added recommendation for using ProxySQL as a proxy for the database cluster to improve management and efficiency. * Apply suggestion from @mitelg --------- Co-authored-by: Michael Telgmann <mitelg@users.noreply.github.com>
1 parent 6204021 commit 4a96a2e

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

guides/hosting/infrastructure/database-cluster.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav:
88
# Database Cluster
99

1010
::: info
11-
This functionality is available starting with Shopware 6.4.12.0.
11+
We recommend the usage of [ProxySQL](https://proxysql.com/) as a proxy for the database cluster instead of configuring the application to connect to different database servers directly. ProxySQL allows you to manage the database cluster more efficiently and provides additional features like query caching, connection pooling, load balancing, and failover.
1212
:::
1313

1414
To scale Shopware even further, we recommend using a database cluster. A database cluster consists of multiple read-only servers managed by a single primary instance.
@@ -50,10 +50,6 @@ For a detailed explanation refer to the cart storage docs:
5050

5151
## Configure the database cluster
5252

53-
::: info
54-
We recommend the usage of [ProxySQL](https://proxysql.com/) as a proxy for the database cluster instead of configuring the application to connect to different database servers directly. ProxySQL allows you to manage the database cluster more efficiently and provides additional features like query caching, load balancing, and failover.
55-
:::
56-
5753
To use the MySQL cluster, you have to configure the following in the `.env` file:
5854

5955
- `DATABASE_URL` is the connection string for the MySQL primary.

0 commit comments

Comments
 (0)