Post

SQL Server 2025

Script to automatically set up a SQL Server 2025 installation with Ubuntu 24.04 support.

SQL Server 2025

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/sqlserver2025.sh)"
CPU: 2 cores RAM: 2048 MB Disk: 10 GB OS: Ubuntu 24.04

Notes

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.
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!
Ubuntu 24.04 support requires SQL Server 2025 CU1 or later

Web Interface

Port: 1433

This post is licensed under CC BY 4.0 by the author.