Skip to content

Instantly share code, notes, and snippets.

@emailrhoads
Last active August 2, 2022 15:27
Show Gist options
  • Save emailrhoads/3d57a19ac18c1584f2349e4937f8c75e to your computer and use it in GitHub Desktop.
Save emailrhoads/3d57a19ac18c1584f2349e4937f8c75e to your computer and use it in GitHub Desktop.
[DB dump] #postgres #gemini
nohup pg_dump -h rds-gemini-dev.pnmac.com -U cmgemini -W -d cm_gemini_dev --no-owner --no-privileges --no-comments --format=custom --file=gemini.sql
pg_dump -h rds-vanna-dev.pnmac.com -U vannadev -W -d vanna_development --no-owner --no-privileges --no-comments --format=custom --file=vanna.sql
nohup pg_dump -h rds-luna-dev.pnmac.com -U lunadev -W -d luna_dev --no-owner --no-privileges --no-comments --format=custom --file=luna.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment