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
When the database informations don't allow to access the database, the command site:install returns the following error:
[ERROR] Drupal is already installed, try dropping your database executing database:drop or install executing site:install --force --no-interaction
To reproduce the issue, set an invalid user, database or password in the default database configuration and execute vendor/bin/drupal site:install --force --no-interaction.
The error message should explain that the database couldn't be accessed.