gzip -dc YOUR_FILE_TO_RESTORE_TAR_GZ | pg_restore -c -d DATABASE_URL
gzip -dk YOUR_FILE_TO_RESTORE_TAR_GZ
pg_restore -c -d DATABASE_URL YOUR_FILE_TO_RESTORE_TAR
gzip -dc YOUR_FILE_TO_RESTORE_TAR_GZ | pg_restore -c -d DATABASE_URL
gzip -dk YOUR_FILE_TO_RESTORE_TAR_GZ
pg_restore -c -d DATABASE_URL YOUR_FILE_TO_RESTORE_TAR