docs/troubleshooting: upgrade docker: prompt user to ensure pg_dump'd file has data (#10353)

Signed-off-by: 4d62 <ext@4d62.me>
This commit is contained in:
4d62
2024-07-03 16:26:55 -04:00
committed by GitHub
parent e4c8e30814
commit 2de2189985

View File

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