From 524ad21c269ca0763521fc9168f858f1fc25d4ea Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:04:34 +0100 Subject: [PATCH] docs(sqlserver2025): add PVE9/Kernel 6.x incompatibility warning --- frontend/public/json/sqlserver2025.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/public/json/sqlserver2025.json b/frontend/public/json/sqlserver2025.json index 6e7830c42..b79d1a9a4 100644 --- a/frontend/public/json/sqlserver2025.json +++ b/frontend/public/json/sqlserver2025.json @@ -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"