| author | rwestMSFT | |
|---|---|---|
| ms.author | randolphwest | |
| ms.date | 12/20/2022 | |
| ms.service | sql | |
| ms.subservice | linux | |
| ms.topic | include | |
| ms.custom |
|
To roll back or downgrade [!INCLUDEssnoversion-md] to a previous release, use the following steps:
-
Identify the version number for the [!INCLUDEssnoversion-md] package you want to downgrade to. For a list of package numbers, see the release notes:
-
Downgrade to a previous version of [!INCLUDEssnoversion-md]. In the following commands, replace
<version_number>with the [!INCLUDEssnoversion-md] version number you identified in step one.Platform Package update command(s) RHEL sudo yum downgrade mssql-server-<version_number>.x86_64SLES sudo zypper install --oldpackage mssql-server=<version_number>Ubuntu sudo apt-get install mssql-server=<version_number>sudo systemctl start mssql-server
Note
It is only supported to downgrade to a release within the same major version, such as [!INCLUDEsssql22-md].