Skip to content

Instantly share code, notes, and snippets.

@Turupawn
Created July 26, 2020 00:44
Show Gist options
  • Save Turupawn/37fa37a47c2883229a36f0fa65fa9fc4 to your computer and use it in GitHub Desktop.
Save Turupawn/37fa37a47c2883229a36f0fa65fa9fc4 to your computer and use it in GitHub Desktop.
Dump Postgre database
cd /etc/postgresql/11/main
nano pg_hba.conf
service postgresql restart
pg_dump -U postgres -W -F t TodoLegalDB_Production --verbose > /root/dump.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment