From 53075820e51cfcd71e3a2e3ed5a55498c229a5ff Mon Sep 17 00:00:00 2001 From: Julie POUNY Date: Thu, 21 May 2026 16:04:21 +0200 Subject: [PATCH] doc: add custom base configuration section to database add-ons --- content/doc/addons/elastic.md | 4 ++++ content/doc/addons/mongodb.md | 4 ++++ content/doc/addons/mysql.md | 4 ++++ content/doc/addons/postgresql.md | 4 ++++ content/doc/addons/redis.md | 4 ++++ shared/db-custom-config.md | 1 + 6 files changed, 21 insertions(+) create mode 100644 shared/db-custom-config.md diff --git a/content/doc/addons/elastic.md b/content/doc/addons/elastic.md index 42bb17741..1e539b599 100644 --- a/content/doc/addons/elastic.md +++ b/content/doc/addons/elastic.md @@ -201,3 +201,7 @@ If you think your system might require some customization (like some plugins act ## Migrations and upgrades When migrating or upgrading an Elasticsearch instance — especially when it's deployed as a cluster with multiple VMs and nodes — contact [our support team](https://console.clever-cloud.com/ticket-center-choice) beforehand to confirm feasibility and coordinate the operation without disruption. + +## Custom base configuration + +{{% content "db-custom-config" %}} diff --git a/content/doc/addons/mongodb.md b/content/doc/addons/mongodb.md index 6b8ba9bf7..224bb98f2 100644 --- a/content/doc/addons/mongodb.md +++ b/content/doc/addons/mongodb.md @@ -99,3 +99,7 @@ Here is the list of actions that you won't be able to perform: - Backup frequency or retention control. Ask Clever Cloud support if you want to perform one of these actions. + +## Custom base configuration + +{{% content "db-custom-config" %}} diff --git a/content/doc/addons/mysql.md b/content/doc/addons/mysql.md index 48e2b3fc2..3b5a7e538 100644 --- a/content/doc/addons/mysql.md +++ b/content/doc/addons/mysql.md @@ -88,3 +88,7 @@ Here is the list of actions that you won't be able to perform: - Create Trigger or Function (Only on DEV plan) Ask Clever Cloud support if you want to perform one of these actions. + +## Custom base configuration + +{{% content "db-custom-config" %}} diff --git a/content/doc/addons/postgresql.md b/content/doc/addons/postgresql.md index e24e4d387..14eed443d 100644 --- a/content/doc/addons/postgresql.md +++ b/content/doc/addons/postgresql.md @@ -184,3 +184,7 @@ Here is the list of actions that you won't be able to perform: - Back-up frequency or retention control. Ask Clever Cloud support if you want to perform one of these actions. + +## Custom base configuration + +{{% content "db-custom-config" %}} diff --git a/content/doc/addons/redis.md b/content/doc/addons/redis.md index f90fa7f0a..ef0a4edb1 100644 --- a/content/doc/addons/redis.md +++ b/content/doc/addons/redis.md @@ -74,3 +74,7 @@ Here is the list of actions that you won't be able to perform: - Backup frequency or retention control. Ask Clever Cloud support if you want to perform one of these actions. + +## Custom base configuration + +{{% content "db-custom-config" %}} diff --git a/shared/db-custom-config.md b/shared/db-custom-config.md new file mode 100644 index 000000000..1f4f17cd8 --- /dev/null +++ b/shared/db-custom-config.md @@ -0,0 +1 @@ +By default, the server is configured by Clever Cloud to ensure optimal performance and security. If your use case requires specific server parameters, contact [Clever Cloud support](https://console.clever-cloud.com/ticket-center-choice) to discuss feasibility.