Fix: SQL Server 2022 Install (#1669)
Some checks are pending
Shellcheck / Shellcheck (push) Waiting to run
Create Changelog Pull Request / update-changelog-pull-request (push) Waiting to run
Frontend CI/CD / build (push) Waiting to run
Frontend CI/CD / deploy (push) Blocked by required conditions

* Fix: SQL Server 2022 Install

* Update sqlserver2022.json
This commit is contained in:
CanbiZ
2025-01-22 10:25:39 +01:00
committed by GitHub
parent 8303f61647
commit c5df1bbcea
2 changed files with 16 additions and 13 deletions

View File

@ -31,6 +31,10 @@
"password":null
},
"notes":[
{
"text":"if you not choose the install setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.",
"type":"info"
},
{
"text":"You can setup the admin account 'SA' during installation",
"type":"info"