Skip to content

Commit a8c4599

Browse files
committed
(#1057) Update minimum SQL Server version
Changes in .NET and the ASP.NET ZERO template mean we need to update our minimum supported SQL Server version. Additionally, SQL Server versions up to 2014 are now entirely out of support as of July 2024, so we can only support 2016 and later.
1 parent 2402f22 commit a8c4599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en-us/central-management/setup/database.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ At the end of this, we should have a fully ready to go SQL Server:
2626
## Step 1: Complete Prerequisites
2727

2828
* <Xref title="High-level Requirements" value="ccm-setup" anchor="high-level-requirements" />
29-
* SQL Server 2012 or later.
29+
* SQL Server 2016 or later.
3030

3131
<Callout type="info">
3232
While we'd like to support different database engines at some point in the distant future, currently only SQL Server is supported.

0 commit comments

Comments
 (0)