From 2eb981741c490eab8c4f3aca34bfdb542de95957 Mon Sep 17 00:00:00 2001 From: Rajakavitha Kodhandapani Date: Thu, 14 May 2026 18:19:42 +0530 Subject: [PATCH] Update index.md * Update the guide to reflect MariaDB and updated the name of the exporter as reposted in the official prometheus docs: https://prometheus.io/docs/instrumenting/exporters/ --- docs/marketplace-docs/guides/wordpress/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/marketplace-docs/guides/wordpress/index.md b/docs/marketplace-docs/guides/wordpress/index.md index 9133524c3d3..7f43a592ee4 100644 --- a/docs/marketplace-docs/guides/wordpress/index.md +++ b/docs/marketplace-docs/guides/wordpress/index.md @@ -37,12 +37,12 @@ marketplace_app_name: "WordPress" - **Webserver Stack** *(required)*: Choose which webserver to use for the WordPress deployment, Apache2 or NGINX. - **Email address** *(required)*: Enter the email address you wish to use when configuring the WordPress admin user, generating SSL certificates, and optionally creating DNS records for a custom domain. - **WordPress Admin Username** *(required)*: Username for your WordPress admin user account. Defaults to `admin` if no username is entered. -- **WordPress Database Username** *(required)*: MySQL username for the WordPress database user. Defaults to `wordpress` if no username is entered. -- **WordPress Database Name** *(required)*: Name for the WordPress MySQL database. Defaults to `wordpress` if no database name is defined. +- **WordPress Database Username** *(required)*: MariaDB username for the WordPress database user. Defaults to `wordpress` if no username is entered. +- **WordPress Database Name** *(required)*: Name for the WordPress MariaDB database. Defaults to `wordpress` if no database name is defined. - **Website Title:** Enter a title for your WordPress site. {{< note >}} - The passwords for the WordPress Admin User, WordPress Database User and MySQL root user are automatically generated and provided in the file `/home/$USERNAME/.credentials` when the WordPress deployment completes. + The passwords for the WordPress Admin User, WordPress Database User and MariaDB root user are automatically generated and provided in the file `/home/$USERNAME/.credentials` when the WordPress deployment completes. {{< /note >}} {{% content "marketplace-required-limited-user-fields-shortguide" %}} @@ -50,7 +50,7 @@ marketplace_app_name: "WordPress" {{% content "marketplace-custom-domain-fields-shortguide" %}} {{% content "marketplace-special-character-limitations-shortguide" %}} -- **Prometheus Exporter:** Option to include built in Prometheus endpoints for Node Exporter and MySQLd Exporter. See [Prometheus Exporters](https://prometheus.io/docs/instrumenting/exporters/). +- **Prometheus Exporter:** Option to include built in Prometheus endpoints for Node Exporter and MySQL/MariaDB Exporter `mysqld_exporter`. See [Prometheus Exporters](https://prometheus.io/docs/instrumenting/exporters/). ## Getting Started After Deployment