Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.48 KB

File metadata and controls

28 lines (23 loc) · 1.48 KB
author rwestMSFT
ms.author randolphwest
ms.date 12/20/2022
ms.service sql
ms.subservice linux
ms.topic include
ms.custom
linux-related-content

To roll back or downgrade [!INCLUDEssnoversion-md] to a previous release, use the following steps:

  1. Identify the version number for the [!INCLUDEssnoversion-md] package you want to downgrade to. For a list of package numbers, see the release notes:

  2. 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_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

It is only supported to downgrade to a release within the same major version, such as [!INCLUDEsssql22-md].