From 93bdf1c42ae14202aa3d584625dff5661bd4c6e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Sat, 20 May 2023 13:22:05 +0200 Subject: [PATCH] fix(docs): Remove unneeded postgres migration step Part-of: --- changes/changelog.d/2124.doc | 1 + docs/administrator/migration.md | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 changes/changelog.d/2124.doc diff --git a/changes/changelog.d/2124.doc b/changes/changelog.d/2124.doc new file mode 100644 index 000000000..4f030887d --- /dev/null +++ b/changes/changelog.d/2124.doc @@ -0,0 +1 @@ +Remove unnecessary postgres variable in Docker migration guide (#2124). diff --git a/docs/administrator/migration.md b/docs/administrator/migration.md index 4a60065fa..bed397286 100644 --- a/docs/administrator/migration.md +++ b/docs/administrator/migration.md @@ -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