-
Notifications
You must be signed in to change notification settings - Fork 227
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
Cannot read property 'pop' of undefined #361
Comments
@jeffbr13 (on phone) I shipped an update to the CLI to fix this, could you 'heroku update' and try again? (The backup from before was scheduled, the bug was in the polling for status updates) |
Excellent, works now, thank you! |
I am having the same issue.
I tried running heroku update. |
Yup, having the same issue, but when using the
What's more, it started to run and then halted... the database appears to have been wiped. Must figure out a way to restore the backup. EDIT: I was hosting the file with the database dump on my website, I switched to using amazon s3 and it worked... no error, weird.... |
@corrspt I pushed a release so if you run @n1cklee I am sorry I missed your comment, could you run This was related to the |
@ransombriggs Yes, things are working properly :) In any case, thank you very much for such a quick response (with a release as well). I don't quite understand what made the problem occur on a url and not on the other (I did went through your commit on heroku:pg but didn't understand) :) Anyway, thanks again. No need to apologize, software development is hard :( |
Running
heroku pg:copy DATABASE_URL HEROKU_POSTGRESQL_…_URL
to upgrade a database results in the following error after initiating the copy (which seemed to start successfully):Running with
HEROKU_DEBUG=1
I get the following output (responses and private fields truncated):I've tried re-installing and running
heroku update
, even with deleting~/.heroku
and re-authenticating but this issue doesn't seem to go away.The text was updated successfully, but these errors were encountered: