website/docs: update postgres on docker: fix backtick (#10372)

This commit is contained in:
4d62
2024-07-04 09:57:23 -04:00
committed by GitHub
parent fbad6fb2a4
commit 9c9581a3de

View File

@ -6,7 +6,7 @@ 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.
Before continuing, ensure the SQL dump file (`upgrade_backup_12.sql`) includes all your database content.
### Stop your authentik stack