Skip to content

Instantly share code, notes, and snippets.

@wasdee
Created March 27, 2025 14:18
Show Gist options
  • Save wasdee/d0c875f32bbfc1525f177a281b5095db to your computer and use it in GitHub Desktop.
Save wasdee/d0c875f32bbfc1525f177a281b5095db to your computer and use it in GitHub Desktop.
db dump
pg_dump -h dev_host -U dev_user -d dev_db -- no-owner -- no-privileges -f db_dev.sql
psql -h 127.0.0.1 -U local_user local_db -f db_dev.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment