From 2de21899858e2afcb9155dcfcebb42f91ec81e45 Mon Sep 17 00:00:00 2001 From: 4d62 Date: Wed, 3 Jul 2024 16:26:55 -0400 Subject: [PATCH] docs/troubleshooting: upgrade docker: prompt user to ensure pg_dump'd file has data (#10353) Signed-off-by: 4d62 --- website/docs/troubleshooting/postgres/upgrade_docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/troubleshooting/postgres/upgrade_docker.md b/website/docs/troubleshooting/postgres/upgrade_docker.md index b21989a5b41f..ea67384d0efe 100644 --- a/website/docs/troubleshooting/postgres/upgrade_docker.md +++ b/website/docs/troubleshooting/postgres/upgrade_docker.md @@ -6,6 +6,8 @@ title: Upgrade PostgreSQL on Docker Compose Dump your existing database with `docker compose exec postgresql pg_dump -U authentik -d authentik -cC > upgrade_backup_12.sql`. +Before continuing, ensure the SQL dump file `(upgrade_backup_12.sql`) includes all your database content. + ### Stop your authentik stack Stop all services with `docker compose down`.