Skip to content

database_driver parameter on fresh install #214

Closed
@thedigital

Description

@thedigital

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions