如果您啟用 Microsoft SQL AlwaysON,在升級 VMware Identity Manager 伺服器之前,您必須先停用可用性群組。

程序

  1. 在 Microsoft SQL Server Management Studio 工作階段中,以具有 sysadmin 權限的管理員身分連線至 VMware Identity Manager (<saasdb>) 的資料庫執行個體。
  2. 若要停用可用性群組,請輸入下列命令。
    USE master; ALTER AVAILABILITY GROUP <groupname> REMOVE DATABASE <saasdb>;