Closed
Description
By default, database_driver is hardcoded with pdo_mysql.
In app/config/config.yml, this is hardcoded this way :
doctrine:
dbal:
driver: "pdo_mysql"
I feel like it should be :
doctrine:
dbal:
driver: "%database_driver%"
database_driver should be asked at installation time with default pdo_mysql if you prefer this database but please dont let it be hardcoded.
I lose 20min searching why doctrine couldnt find database_driver: pdo_pgsql driver that i set in app/config/parameters.yml
Otherwise, install is great
Metadata
Metadata
Assignees
Labels
No labels