-
Notifications
You must be signed in to change notification settings - Fork 224
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:copy
fails after a few starting copy
logs
#3146
Comments
heroku pb:copy
fails after a few starting copy
logsheroku pg:copy
fails after a few starting copy
logs
I was also able to reproduce this directly after updating my CLI version for one of my testing databases.
|
Same happening with us. Update to 10.0.0 started failing our
Looking now into how to install Hopefully this gets attention soon. |
@jlipponen Did you figure out how to install 9.5? Very interested in any workarounds since we're currently sitting on our hands until this gets fixed 😅 |
Hi @asbjorn-brevio ! We decided to wait and hope this gets fixed, as we can live without However, we did a bit more digging and came up with this magic to intall
This uses the install-standalone.sh script, but modifies it on the fly to fetch an the wanted tarball, as the unmodified version always fetches the latest release. We came up with the required URL (https://cli-assets.heroku.com/versions/9.5.1/1aaf605/heroku-v9.5.1-1aaf605-linux-x64.tar.gz) by taking a look at their GitHub actions run's I hope this helps! |
@jlipponen Thank you so much! 🤩 Will try this |
I've reproduced this as far back as |
Too bad :( For us, going back to |
Nevermind! I forgot to also downgrade node to 18! With node 18 and |
The latest version of Heroku CLI has a problem with reading the return code properly when running `pg:copy`. heroku/cli#3146. Support proposes using older version of CLI for now.
Thank you all for your patience, it sounds like you have figured out a workaround. We are currently evaluating a potential fix for this issue. |
Do you want to request a feature or report a bug?
Bug report.
We are running on the latest version. We use
curl https://cli-assets.heroku.com/install-ubuntu.sh | sh
to install the heroku cli.What is the current behavior?
We use the heroku toolchain to set up feature environments for us through Github actions.
When we run
We get the following error message
It looks like an issue with
oclif
that you introduced in v10. This worked fine in v9.5.1What is the expected behavior?
That the database command works.
The text was updated successfully, but these errors were encountered: