Skip to content

Instantly share code, notes, and snippets.

@driesdesmet
Created April 14, 2014 16:59
Show Gist options
  • Select an option

  • Save driesdesmet/10665337 to your computer and use it in GitHub Desktop.

Select an option

Save driesdesmet/10665337 to your computer and use it in GitHub Desktop.
dump and restore with clearing a postgres database
pg_dump -c -U littleball littleball > /home/urga/littleball.sql
psql -U littleball_develop < /home/urga/littleball.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment