chore: doc fixes
This commit is contained in:
parent
a83b3ba9af
commit
57fc600a6e
@ -5,8 +5,8 @@
|
||||
- shell into running posgres-auth pod
|
||||
```
|
||||
export PGPASSWORD="<postgres_password from secret>"
|
||||
cd /bitnami/posgres
|
||||
pg_dumpall > backup
|
||||
cd /bitnami/posgresql
|
||||
pg_dumpall -U postgres > backup
|
||||
```
|
||||
|
||||
- store backup off-site
|
||||
|
Loading…
Reference in New Issue
Block a user