docs/troubleshooting: upgrade docker: erroneous command (#10044)

This commit is contained in:
4d62
2024-06-10 05:06:41 -04:00
committed by GitHub
parent 993fc4b77b
commit f8bfd12e31

View File

@ -36,7 +36,7 @@ Add `network_mode: none` to prevent connections being established to the databas
Pull new images and re-create the PostgreSQL container: `docker compose pull && docker compose up --force-recreate -d postgresql`
Apply your backup to the new database: `cat upgrade_backup_12.sql | docker compose exec postgresql psql -U authentik`
Apply your backup to the new database: `cat upgrade_backup_12.sql | docker compose exec -T postgresql psql -U authentik`
Remove the network configuration setting `network_mode: none` that you added to the Compose file in the previous step.