diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2021-01-25 19:58:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-25 19:58:54 +0100 |
| commit | 16e8c2776945c7958852b04e627c76423d0a5ad3 (patch) | |
| tree | 52c19bde6f7cc24508adca0e1ed55e1076dd1c3e /docs | |
| parent | b71f9f7d53cebcb926e858d797d1556ae891f7d2 (diff) | |
| download | wiki-16e8c2776945c7958852b04e627c76423d0a5ad3.tar.gz wiki-16e8c2776945c7958852b04e627c76423d0a5ad3.tar.bz2 wiki-16e8c2776945c7958852b04e627c76423d0a5ad3.zip | |
Update Upgrade-from-pre-3.0.0-to-latest-master.md
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Upgrade-from-pre-3.0.0-to-latest-master.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Upgrade-from-pre-3.0.0-to-latest-master.md b/docs/Upgrade-from-pre-3.0.0-to-latest-master.md index 8f93281..d104c2d 100644 --- a/docs/Upgrade-from-pre-3.0.0-to-latest-master.md +++ b/docs/Upgrade-from-pre-3.0.0-to-latest-master.md @@ -6,7 +6,9 @@ This is the tutorial to upgrade any existing server from a version prior to the You need first to update your server to [this commit](https://github.com/azerothcore/azerothcore-wotlk/commit/2d609e9e48b2e516e4a555015b2662cab15b0c38), running: -`git checkout 2d609e9e48b2e516e4a555015b2662cab15b0c38` +``` +git pull; git checkout 2d609e9e48b2e516e4a555015b2662cab15b0c38 +``` Now update your **database** as you usually do (e.g. using the db-assembler) |
