From 85584b105d59599bfaefe8eaa0170093ea47f6b3 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:10:50 +0100 Subject: [PATCH] SQLServer-2025: add PVE9/Kernel 6.x incompatibility warning (#11829) * docs(sqlserver2025): add PVE9/Kernel 6.x incompatibility warning * Update warning note for SQL Server SQLPAL compatibility * Update frontend/public/json/sqlserver2025.json Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com> --- 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..66d49142a 100644 --- a/frontend/public/json/sqlserver2025.json +++ b/frontend/public/json/sqlserver2025.json @@ -32,6 +32,10 @@ "password": null }, "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.", "type": "info"