You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: