Skip to content

Instantly share code, notes, and snippets.

@ismarsantos
Forked from sebyx07/description.sh
Created February 8, 2024 08:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismarsantos/50731bd59933155e6f02680ff30bdc13 to your computer and use it in GitHub Desktop.
Save ismarsantos/50731bd59933155e6f02680ff30bdc13 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