chore: doc fixes

This commit is contained in:
Stefan Reimer 2024-08-19 15:11:25 +01:00
parent 1f8329f631
commit 0e3980cb73

View File

@ -5,8 +5,8 @@
- shell into running posgres-auth pod - shell into running posgres-auth pod
``` ```
export PGPASSWORD="<postgres_password from secret>" export PGPASSWORD="<postgres_password from secret>"
cd /bitnami/posgres cd /bitnami/posgresql
pg_dumpall > backup pg_dumpall -U postgres > backup
``` ```
- store backup off-site - store backup off-site
@ -37,7 +37,7 @@ psql -U postgres
- drop database `keycloak` in case the keycloak instances connected early - drop database `keycloak` in case the keycloak instances connected early
``` ```
DROP database keycloak DROP database keycloak
``` ```
- actual restore - actual restore
``` ```