Skip to content

Instantly share code, notes, and snippets.

View parikshit223933's full-sized avatar
Exploring

Parikshit Singh parikshit223933

Exploring
View GitHub Profile
@parikshit223933
parikshit223933 / eks.md
Last active October 16, 2022 14:10
Commands in this gist can be used while upgrading or copying data between clusters or backing up data from clusters to s3

To upgrade the cluster

REFERENCE: HERE

Create PSQL data dump

pg_dump -h <public dns> -U <my username> -f <name of dump file .sql> <name of my database>