SQL Server 2022
Script to automatically set up a SQL Server 2022 installation.
SQL Server 2022
Installation
Default install:
1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/sqlserver2022.sh)"
Notes
If you choose not to run the installation setup, execute:
/opt/mssql/bin/mssql-conf setup in LXC shell.You can setup the admin account 'SA' during installation
Make sure you disable the SA account if you intend to use this in production!