You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
$ heroku create --space ecosystem-stagingCreating app in space ecosystem-staging... done, ⬢ guarded-headland-32300http://guarded-headland-32300.herokuapp.com/ | https://git.heroku.com/guarded-headland-32300.git
$ heroku addons:create heroku-postgresql:private-0 -a guarded-headland-32300 2 ↵Creating heroku-postgresql:private-0 on ⬢ guarded-headland-32300... $300/monthThis database will be created in a private space.The database should be available in 3-5 minutes.! CAUTION: The database will be empty. If upgrading, you can transfer! data from another database with pg:copy.This plan includes the HA feature. Read more about its tradeoffs athttps://devcenter.heroku.com/articles/heroku-postgres-haUse `heroku pg:wait` to track status.postgresql-defined-35608 is being created in the background. The app will restart when complete...Use heroku addons:info postgresql-defined-35608 to check creation progressUse heroku addons:docs heroku-postgresql to view documentation
$ heroku pg:psql -a guarded-headland-32300--> Connecting to postgresql-defined-35608Expanded display is used automatically.Timing is on.psql (10.3, server 10.4 (Ubuntu 10.4-2.pgdg16.04+1))SSL connection (protocol: TLSv1.2, cipher: ECDHE-RSA-AES256-GCM-SHA384, bits: 256, compression: off)Type "help" for help.guarded-headland-32300::DATABASE=> selectpg_sleep(1800);\qSSL SYSCALL error: EOF detectedThe connection to the server was lost. Attempting reset: Succeeded.Time: 599825.783 ms (09:59.826)^C
This leaves the terminal in an unusable state... I can't quit psql, and I can't do anything in psql.
The text was updated successfully, but these errors were encountered:
I'm guessing the ssh tunnel we establish dies due to inactivity (nothing happens on the wire while waiting for query results from a long-running query), but I'm not sure how to tweak our tunnel. Thanks for reporting; we'll take a look when we have a chance.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce:
This leaves the terminal in an unusable state... I can't quit psql, and I can't do anything in psql.
The text was updated successfully, but these errors were encountered: