Take postgres dump
Last updated:
CCSPOSTGRES
Take a postgres db dump -
Find cloudcenter-shared-postgres pod -
kubectl get pods -n cisco | grep postgres
Get into the pod’s shell -
kubectl exec -it -n cisco cloudcenter-shared-postgres-0 — bash
#pg_dump -U cliqr cliqrdb | gzip > /tmp/
references: