From f5f058fb3a2919b79d3e6680e55babfd1c331377 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 6 Sep 2024 17:40:03 +0200 Subject: [PATCH] [docs] Update firefish migration guide --- docs/migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrate.md b/docs/migrate.md index f90f90e74..b18aa9cf9 100644 --- a/docs/migrate.md +++ b/docs/migrate.md @@ -3,7 +3,7 @@ Before proceeding, please **ensure you have an up-to-date backup of the database.** ## Preparations -First, follow Firefish's [downgrade guide](https://firefish.dev/firefish/firefish/-/blob/downgrade/docs/downgrade.md) to get back to v1.0.5-rc. +First, follow Firefish's [downgrade guide](https://firefish.dev/firefish/firefish/-/blob/downgrade/docs/downgrade.md) to get back to v1.0.5-rc. When prompted to switch the docker image/git tag, make sure to pick `v1.0.5-rc`, and not `v20240206`. This is to make sure that the migration patch applies correctly. ### Docker First, stop the container by running `docker compose down`.