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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2434>
environments/review-docs-fix-c-p799ao/deployments/17532
Georg Krause 2023-06-02 08:56:35 +02:00
rodzic b231b12afd
commit b0cd9dc27a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -55,7 +55,7 @@ Update instructions:
sudo docker compose up -d
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`.