Skip to content

Commit e0f64df

Browse files
Add mariadb example to DATABASE_URL (#1186)
* Add mariadb example to DATABASE_URL * Apply change requests * Use same casing as in the doctrine/dbal mariadb docs See doctrine/dbal#5971 * Update doctrine/doctrine-bundle/2.8/manifest.json Co-authored-by: Alexander M. Turek <[email protected]> * Use only major version for postgresql serverVersion --------- Co-authored-by: Alexander M. Turek <[email protected]>
1 parent 363aa94 commit e0f64df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doctrine/doctrine-bundle/2.8/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"#2": "IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml",
1212
"#3": "",
1313
"#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
14-
"#5": "DATABASE_URL=\"mysql://app:[email protected]:3306/app?serverVersion=8&charset=utf8mb4\"",
14+
"#5": "DATABASE_URL=\"mysql://app:[email protected]:3306/app?serverVersion=8.0.32&charset=utf8mb4\"",
15+
"#6": "DATABASE_URL=\"mysql://app:[email protected]:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4\"",
1516
"DATABASE_URL": "postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8"
1617
},
1718
"dockerfile": [

0 commit comments

Comments
 (0)