From 3cfed2ba3ae5f81f1960038af6ec787a379c458b Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 2 Jun 2023 08:56:35 +0200 Subject: [PATCH] fix(changelog): Update link to postgres upgrade guide in changelog Part-of: --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f95966af..ff984f686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,7 @@ Update instructions: After this you can continue to use the **docker compose** syntax for all Docker management tasks. -- Upgrade Postgres to version 15. [Make sure to migrate!](https://docs.funkwhale.audio/administrator_documentation/upgrade_docs/docker.html#upgrade-the-postgres-container) +- Upgrade Postgres to version 15. [Make sure to migrate!](https://docs.funkwhale.audio/administrator/upgrade/docker.html#upgrade-the-postgres-container) - With this update Funkwhale starts using poetry to maintain its dependencies. We therefore recommend removing the old virtualenv by running `rm -rf /srv/funkwhale/virtualenv`.