-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
heroku pg:pull stopped working #2563
Comments
@celsoMartins this seems like more of an account problem rather than a CLI problem. I would recommend reaching out to Heroku support. |
Ok then. But I am able to do everything on Heroku's page and I can still connect to Anyway, I'll reach them. Thank you. |
I have started to get a similar issue with the $ heroku pg:psql -a MYAPP
--> Connecting to MYAPP-postgresql
psql: error: connection to server at "ec2-ABC123.compute-1.amazonaws.com" (ABC123), port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet
connection to server at "ec2-3-217-62-59.compute-1.amazonaws.com" (ABC123), port 5432 failed: FATAL: no PostgreSQL user name specified in startup packet
▸ psql exited with code 2 and my heroku CLI version:
I confirmed that my account has access to the app and database and that other I'm on MacOS 13.6.1. |
Thank you for providing some further information. We'll look into it on our end as well. |
I'm also experiencing this issue.
Mac OS Sonoma 14.1.1 |
I'm working on debugging this, but if a couple of you who are experiencing this issue could answer a few questions for me, I would appreciate it.
|
@k80bowman here's some answers to those questions!
Let me know if I can do any other testing or debugging! I've installed postresql through Homebrew on my machine. |
@brettchalupa thank you, that is very helpful! |
@brettchalupa I've discussed this with some other folks here and, especially given that you are seeing the same error when using the |
@k80bowman makes sense and sounds good! Thanks for the help. I've got a Fedora Linux computer I use too and thought I'd do some more testing. The
so maybe it's an issue with psql v14.X on macOS specifically? That'd make sense given the debugging and info. |
Thanks for the update, I hope you're able to get the problem resolved. I'm going to go ahead and close this issue for now, but please reopen in the future if needed. |
I had the same issue with PostgreSQL 16.0, doing |
Having the same issue here 👋 macOS Monterey 12.2.1 ▶ psql -V |
I'm also having this issue -- let me know if I can provide any other information that might be helpful. macOS Ventura 13.4
|
@alessandrostein and @bryanwoods, we've had some internal folks run into this problem when they used Homebrew to install postgreSQL, which it looks like you have as well. We recommend following the instructions for installing it without Homebrew, hopefully doing that will resolve the issues you are seeing. |
For others facing the same issue on MacOS, I can confirm this solved my issue as well :-) Thanks @alexandregaldeano |
HI.
This week the
heroku pg:pull
command stopped working and it returns:I'm using the latest MacOS and it has been working well until this week. If a new credential is required now, where do I have to add it?
I'll appreciate any help.
Thanks.
The text was updated successfully, but these errors were encountered: