From 3a7fade3d0a05e538c5d961cce76b247db490d48 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Sat, 16 Mar 2024 07:05:28 +0000 Subject: [PATCH] Docs (readme): Update upgrading section for docker --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9916923..e099ed1 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,11 @@ See [this](docs/full-bf2-stack-example) example showing how to deploy [Battlefie See [this](docs/bf2hub-bf2stats-example) example showing how to deploy [Battlefield 2 1.5 server](https://github.com/startersclan/docker-bf2/), with BF2Hub as the master server and `bf2stats` as the stats web server, using `docker-compose`. -### Upgrading +### Upgrading (docker) -See instructions to upgrade to v2.6.x [here](docs/upgrading-docker-images-to-2.6.md). +- For upgrades between `v2.2.0` and `v2.5.x`: Bump the docker image tags, login to the ASP and click follow the instructions to upgrade the DB +- For `<= v2.5.x`, see instructions to upgrade to `v2.6.x` [here](docs/upgrading-docker-images-to-2.6.md) +- For upgrades between `v2.6.0` and above: Bump the docker image tags, login to the ASP and click follow the instructions to upgrade the DB ## Development