Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Martenvanurk opened this issue Apr 16, 2021 · 0 comments
Open

Comments

@Martenvanurk
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant