Revert #14234 add update error message for DB connection failures#17612
Revert #14234 add update error message for DB connection failures#17612
Conversation
Co-authored-by: Ronald Barendse <ronald@barend.se>
|
Also note that GHSA-h8wc-r4jh-mg7m changed the runtime level from This issue was actually the result of changing the Umbraco-CMS/src/Umbraco.Infrastructure/Runtime/RuntimeState.cs Lines 218 to 224 in cbd4dc6 This is also the reason why I suggested making the |
|
So. We've changed this up a bit. After a few internal discussions, we've decided to obsolete the Bonus info: The option has not worked since July 2023 😄 |
|
LGTM 👍 |
Prerequisites
If there's an existing issue for this PR then this fixes #14110
Description
This PR reverts #14234 as we don't really want to force create MSSQL databases automatically.
To fix #14110, the error message for failed DB connections has been updated to include possible causes and also a mention of the
InstallMissingDatabaseinGlobalSettings:Testing this PR
Configure a MSSQL connection string in app settings. The connection string should point at a non-existing database. Verify that the resulting error message contains a hint about the
InstallMissingDatabasesetting.