Compare commits

...

3 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
1b9feadfbc Update frontend/public/json/sqlserver2025.json
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2026-02-12 20:13:06 +01:00
CanbiZ (MickLesk)
10938cb3c2 Update warning note for SQL Server SQLPAL compatibility 2026-02-12 13:07:43 +01:00
CanbiZ (MickLesk)
524ad21c26 docs(sqlserver2025): add PVE9/Kernel 6.x incompatibility warning 2026-02-12 13:06:23 +01:00

View File

@@ -32,6 +32,10 @@
"password": null "password": null
}, },
"notes": [ "notes": [
{
"text": "SQL Server (2025) SQLPAL is incompatible with Proxmox VE 9 (Kernel 6.12+) in LXC containers. Use a VM instead or the SQL-Server 2022 LXC.",
"type": "warning"
},
{ {
"text": "If you choose not to run the installation setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.", "text": "If you choose not to run the installation setup, execute: `/opt/mssql/bin/mssql-conf setup` in LXC shell.",
"type": "info" "type": "info"