fix(docs): Remove unneeded postgres migration step

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2428>
This commit is contained in:
Ciarán Ainsworth 2023-05-20 13:22:05 +02:00
parent b9ad142004
commit 93bdf1c42a
2 changed files with 1 additions and 6 deletions

View File

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

View File

@ -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