From 9c9581a3deff2ab7fe1af3d86f1f4a757f3cf3ad Mon Sep 17 00:00:00 2001 From: 4d62 Date: Thu, 4 Jul 2024 09:57:23 -0400 Subject: [PATCH] website/docs: update postgres on docker: fix backtick (#10372) --- website/docs/troubleshooting/postgres/upgrade_docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/troubleshooting/postgres/upgrade_docker.md b/website/docs/troubleshooting/postgres/upgrade_docker.md index ea67384d0e..7a3b3acf44 100644 --- a/website/docs/troubleshooting/postgres/upgrade_docker.md +++ b/website/docs/troubleshooting/postgres/upgrade_docker.md @@ -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