fix(docs): Remove unneeded postgres migration step

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2428>
environments/review-docs-2124-l5559e/deployments/17496
Ciarán Ainsworth 2023-05-20 13:22:05 +02:00
rodzic b9ad142004
commit 93bdf1c42a
2 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -0,0 +1 @@
Remove unnecessary postgres variable in Docker migration guide (#2124).

Wyświetl plik

@ -100,12 +100,6 @@ Follow this guide to migrate a mono-container installation to a multi-container
cat .env.bak >> .env
```
6. Update the database URL in your new `.env` file.
```{code-block} sh
echo "DATABASE_URL=postgresql://funkwhale@postgres:5432/funkwhale" >> .env
```
Check the file and remove any duplicated settings after copying.
## Migrate your database