summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2023-02-05 17:51:49 +0100
committerGitHub <noreply@github.com>2023-02-05 17:51:49 +0100
commit834d53a7d0ac60b5d24bd360cbf6d7b98dc915cc (patch)
tree03958f340f70ddf56d80f25aa188c28a5cab8ae1 /docs
parent6f109610556f180530c4a8627e246357124ab062 (diff)
downloadwiki-834d53a7d0ac60b5d24bd360cbf6d7b98dc915cc.tar.gz
wiki-834d53a7d0ac60b5d24bd360cbf6d7b98dc915cc.tar.bz2
wiki-834d53a7d0ac60b5d24bd360cbf6d7b98dc915cc.zip
Delete 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.md29
1 files changed, 0 insertions, 29 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
deleted file mode 100644
index 71d0529..0000000
--- a/docs/upgrade-from-pre-3.0.0-to-latest-master.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-redirect_from: "/Upgrade-from-pre-3.0.0-to-latest-master"
----
-
-# Upgrade from pre 3.0.0 to latest master
-
-This is the tutorial to upgrade any existing server from a version prior to the [3.0.0 release](https://github.com/azerothcore/azerothcore-wotlk/releases/tag/v3.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 3.0.0 commit
-
-You need first to update your server to [this commit](https://github.com/azerothcore/azerothcore-wotlk/commit/2d609e9e48b2e516e4a555015b2662cab15b0c38), running:
-
-```
-git pull; git checkout 2d609e9e48b2e516e4a555015b2662cab15b0c38
-```
-
-Now update your **database** as you usually do (e.g. using the db-assembler)
-
-### 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).