From 511a851350ac4a78fb4fd76f4279f69b78eefc79 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:39:08 +0200 Subject: [PATCH] install_ibexa_dxp.md: Update serverVersion usage `mariadb-` as a prefix is deprecated since doctrine/dbal 3.6.0 https://github.com/doctrine/dbal/commit/213534b8cfb013b22178d114b6f90befa608f886 3.5: https://www.doctrine-project.org/projects/doctrine-dbal/en/3.5/reference/configuration.html#automatic-platform-version-detection 3.6: https://www.doctrine-project.org/projects/doctrine-dbal/en/3.6/reference/configuration.html#mariadb --- docs/getting_started/install_ibexa_dxp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/install_ibexa_dxp.md b/docs/getting_started/install_ibexa_dxp.md index 2ae085de7a..e499bb6c2b 100644 --- a/docs/getting_started/install_ibexa_dxp.md +++ b/docs/getting_started/install_ibexa_dxp.md @@ -237,7 +237,7 @@ It's used by Symfony when generating [CSRF tokens]([[= symfony_doc =]]/security/ It's recommended that you store the database credentials in your `.env.local` file, and not commit that file to the Version Control System. -In `DATABASE_VERSION`, you can also configure the database server version (for a MariaDB database, prefix the value with `mariadb-`). +In `DATABASE_VERSION`, you can also configure the database server version (for a MariaDB database, use [the version as reported by the server](https://www.doctrine-project.org/projects/doctrine-dbal/en/3.10/reference/configuration.html#mariadb).). !!! tip "Using PostgreSQL"