chore: doc fixes
This commit is contained in:
parent
a83b3ba9af
commit
57fc600a6e
@ -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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user