Skip to content

Instantly share code, notes, and snippets.

@sebyx07
Created February 24, 2021 19:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sebyx07/d35d4eea737f8cddd0d059317c3437c3 to your computer and use it in GitHub Desktop.
Save sebyx07/d35d4eea737f8cddd0d059317c3437c3 to your computer and use it in GitHub Desktop.
hatchbox restore postgres db
# cd into the backup
tar -xvf DATABASE.tar
cd DATABASE/databases
gunzip -k PostgreSQL.sql.gz
psql DATABASE_URL < Postgresql.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment