Post

PostgreSQL RDS AWS

PostgreSQL RDS AWS

1
2
3
4
psql -h mldb-postgres.cgpyiy4kedtv.us-west-2.rds.amazonaws.com -U postgres -d mldb

kubectl exec pod-demo-0 -it -- \
sh -c "echo 'DROP DATABASE fgh;' | PGPASSWORD=$PGPASSWORD /usr/bin/psql -h 127.0.0.1 -U postgres"
This post is licensed under CC BY 4.0 by the author.