fix(changelog): Update link to postgres upgrade guide in changelog

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2437>
This commit is contained in:
Georg Krause 2023-06-02 08:56:35 +02:00 committed by Marge
parent 77feb07e3f
commit 3cfed2ba3a
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ Update instructions:
After this you can continue to use the **docker compose** syntax for all Docker management tasks. 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 - 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`. removing the old virtualenv by running `rm -rf /srv/funkwhale/virtualenv`.