Skip to content

Setup waiting for DB too long, double MYSQL_ROOT_PASSWORD in .env file #148

Open
@Martenvanurk

Description

@Martenvanurk

After checking out the master branch and running bin/dev setup, the setup continuously polling for the db connection. But the percona db instance was already excited because no MYSQL_ROOT_PASSWORD was found.

Checking the .env file which was created by the setup script contains a double entry for MYSQL_ROOT_PASSWORD though.

DOMAINSUFFIX=.2solar COMPOSER_MEMORY_LIMIT=-1 MYSQL_ROOT_PASSWORD=c MYSQL_ROOT_PASSWORD=

After cleaning up one entry and choosing a password like secret everything working again (cleaning up the orphans and volumes first before running the setup again)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions