author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | ms.custom | |
---|---|---|---|---|---|---|---|
rwestMSFT |
randolphwest |
07/15/2024 |
sql |
linux |
include |
|
To roll back or downgrade [!INCLUDE ssnoversion-md] to a previous release, use the following steps:
-
Identify the version number for the [!INCLUDE ssnoversion-md] package you want to downgrade to. For a list of package numbers, see the release notes:
-
Downgrade to a previous version of [!INCLUDE ssnoversion-md]. In the following commands, replace
<version_number>
with the [!INCLUDE ssnoversion-md] version number you identified in step 1.Platform Package update commands RHEL sudo yum downgrade mssql-server-<version_number>.x86_64
SLES sudo zypper install --oldpackage mssql-server=<version_number>
Ubuntu sudo apt-get install mssql-server=<version_number>
sudo systemctl start mssql-server
Note
The only supported downgrade is if you downgrade to a release within the same major version, such as [!INCLUDE sssql22-md].