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

The install.sh script fails to install when the database URL is preset in settings.php or settings.local.php. #30

Open
jlfranklin opened this issue Sep 18, 2018 · 0 comments

Comments

@jlfranklin
Copy link
Member

A common way to install a site, especially when running the test suite, is to set the database URL in the settings.php or settings.local.php file and run the core/scripts/install.sh script. However, the existence of the URL setting is enough to make the install code think the site has been setup already, and fails.

The installer should check if the database is actually present and populated before failing.

@jlfranklin jlfranklin changed the title The install.sh fails to install when the database URL is preset in settings.php or settings.local.php. The install.sh script fails to install when the database URL is preset in settings.php or settings.local.php. Sep 18, 2018
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