gitea icon indicating copy to clipboard operation
gitea copied to clipboard

Require MSSQL 2017 or higher

Open silverwind opened this issue 1 year ago • 2 comments

:warning: BREAKING :warning:

MSSQL 2017 is the oldest version for which official docker containers exist and we are testing against it. This raises the documented minimum version to that version.

Related: https://endoflife.date/mssqlserver

silverwind avatar May 11 '24 18:05 silverwind

Looks like 2016 SP3 has security support until 2025

lunny avatar May 12 '24 02:05 lunny

Looks like 2016 SP3 has security support until 2025

Yes, but only 2017 is available as docker and I think it's better to support only tested versions. It seems 2016 is not available for Linux at all, only 2017+ are.

silverwind avatar May 12 '24 10:05 silverwind

Closing as docs no longer live in this repo. Please open a PR to the docs repo, as we'd need to make this restriction at some point.

denyskon avatar Jul 09 '24 20:07 denyskon