Skip to content

Instantly share code, notes, and snippets.

@ekhabarov
Created December 27, 2015 13:28
Show Gist options
  • Select an option

  • Save ekhabarov/b024d55a5e04a37b38c8 to your computer and use it in GitHub Desktop.

Select an option

Save ekhabarov/b024d55a5e04a37b38c8 to your computer and use it in GitHub Desktop.
PG database backup
pg_dump -f dbname-2015-12-27.dump --format=d -j 4 -v -x -O --compress=7 dbname
tar -zcvf dbname-2015-12-27.dump.tar dbname-2015-12-27.dump/
pg_restore -d dbname_test_backup dbname-2015-12-27.dump -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment