summaryrefslogtreecommitdiff
path: root/docs/Upgrade-from-pre-2.0.0-to-latest-master.md
blob: c786d92535d4182dd6e512ab8d99468171b68cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is the tutorial to upgrade any existing server from a version prior to the [2.0.0 release](https://github.com/azerothcore/azerothcore-wotlk/releases/tag/v2.0.0) to the latest `master` version.

**Note**: it is always recommended to backup your database before doing any update.

### Step 1. Upgrade to last 2.0.0 commit

You need first to update your server to [this commit](https://github.com/azerothcore/azerothcore-wotlk/commit/1fc22a74088e235e78fa02decbaf0864899477d7), running:

`git checkout 1fc22a74088e235e78fa02decbaf0864899477d7`

Now update your **database** as [you normally do](Update#3-update-the-database).

### Step 2. Upgrade to latest master

Update to latest master:

`git checkout master; git pull;`

**Note**: if you are using your own fork of AC, as usual, you have to [sync it](Syncing-your-fork)

Now update your **core and database** (again) as [you normally do](Update).