Skip to content

Commit 7c617f2

Browse files
kjacronaldbarendse
andauthored
Revert #14234 add update error message for DB connection failures (#17612)
* Revert #14234 * Make the boot failure message more descriptive when unable to connect to DB * Update src/Umbraco.Infrastructure/Runtime/RuntimeState.cs Co-authored-by: Ronald Barendse <[email protected]> * Revert changes * Obsolete InstallMissingDatabase from V16 --------- Co-authored-by: Ronald Barendse <[email protected]>
1 parent 9141f61 commit 7c617f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Umbraco.Core/Configuration/Models/GlobalSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public string UmbracoPath
129129
/// <summary>
130130
/// Gets or sets a value indicating whether to install the database when it is missing.
131131
/// </summary>
132+
[Obsolete("This option will be removed in V16.")]
132133
[DefaultValue(StaticInstallMissingDatabase)]
133134
public bool InstallMissingDatabase { get; set; } = StaticInstallMissingDatabase;
134135

0 commit comments

Comments
 (0)