GitHub Issue #11630 - openemr/openemr
Installer::quick_install() does not check whether the site is already installed before proceeding. This check is currently only performed in setup.php (the web installer), not in the Installer class itself.
This means callers like InstallerAuto.php or custom CLI wrappers can accidentally reinstall over an existing installation, potentially corrupting it or failing partway through.
The Installer class should include a pre-installation check to verify the site is not already configured before proceeding with the installation flow.
No contributions yet.