Skip to content

Commit

Permalink
Merge branch 'main' into web/cf/provide-show-password-button
Browse files Browse the repository at this point in the history
* main:
  docs/troubleshooting: upgrade docker: prompt user to ensure pg_dump'd file has data (#10353)
  • Loading branch information
kensternberg-authentik committed Jul 3, 2024
2 parents a6eb120 + 2de2189 commit 3bc1a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/troubleshooting/postgres/upgrade_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 3bc1a78

Please sign in to comment.