Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions MSSQL_Upgrade_Procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
This document has three solutions for upgrade MSSQL server in cluster environment.

## Contents
[A) In the case that masterdb is stored on local disk.](#caseA)
[A) In the case that masterdb is stored on local disk.](#casea)

[B) In the case that masterdb is stored on Mirror Disk.](#caseB)
[B) In the case that masterdb is stored on Mirror Disk.](#caseb)

[C) In the case that All databases stored in Mirror Disk and no need to chang any configuration ECX.](#caseC)
[C) In the case that All databases stored in Mirror Disk and no need to chang any configuration ECX.](#casec)

<a id="casea"></a>

## A) In the case that masterdb is stored on local disk (*)

Expand Down Expand Up @@ -48,6 +50,8 @@ This document has three solutions for upgrade MSSQL server in cluster environmen
-> Disable Recovery Action Caused by Monitor Recource Failure: Uncheck
1. Apply the configuration.

<a id="caseb"></a>

## B) In the case that masterdb is stored on Mirror Disk

### Preparation
Expand Down Expand Up @@ -112,6 +116,8 @@ This document has three solutions for upgrade MSSQL server in cluster environmen
- Select "Manual Startup"
- Apply cluster configuration

<a id="casec"></a>

## C) In the case that All databases stored in Mirror Disk and no need to chang any configuration ECX.
1. Backup Database on Active Server.
1. Confirm that cluster staus is normal and group is active on Primary Server.
Expand Down