question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot ssh into the VM on Heroku

See original GitHub issue

Hasura Version: v1.0.0-beta.6 Deployment platform: Heroku (using the provided template) Dyno Type: Hobby

$ heroku ps:exec -a app-name
Establishing credentials... error
 ▸    Could not connect to dyno!
 ▸    Check if the dyno is running with `heroku ps'

I’ve tried restarting the dyno, with the same result.

Please let me know if https://github.com/hasura/graphql-engine-heroku is the appropriate repo for this issue.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
shahidhkcommented, Dec 18, 2019

For Heroku Exec to work on Docker containers there are some pre-requisites that the container image needs to satisfy as indicated here: https://devcenter.heroku.com/articles/exec#using-with-docker

Hasura’s container does not satisfy these requirements. What is your use-case with exec? Maybe you can build a custom image using Hasura’s container as a base image?

0reactions
mike-boostcommented, Apr 6, 2022

is there an exsiting available qualified image we can build from?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Heroku can not ssh into a free dyno - Stack Overflow
Any suggestions? You might want to try heroku ps:exec --ssh --dyno=web. 1 . By default the ps:exec command uses internal SSH support, but...
Read more >
Heroku Exec (SSH Tunneling)
Heroku Exec is a feature for creating secure TCP and SSH tunnels into a dyno. It allows for SSH sessions, port forwarding, remote...
Read more >
Unable to connect to Heroku git, ssh connection fails [closed]
Created a new heroku account, adding SSH keys to Trying to configure Herokugit, accepted the default key (id_rsa) as the public key, ...
Read more >
Deploy over SSH - CircleCI
To configure CircleCI to deploy your application over SSH, ... Add the SSH username and SSH hostname of your build VM as environment...
Read more >
Configuring SSH and SSL | DataGrip Documentation - JetBrains
The SSL connection fails if the server certificate cannot be verified. To ensure that the connection to the data source is successful, click ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found