docs(sqlserver2025): add PVE9/Kernel 6.x incompatibility warning

This commit is contained in:
CanbiZ (MickLesk)
2026-02-12 13:04:34 +01:00
parent c8b278f26f
commit 524ad21c26

View File

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