Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Error when running heroku pgbackups:capture #586

Closed
alfredo opened this issue Sep 25, 2012 · 4 comments
Closed

Error when running heroku pgbackups:capture #586

alfredo opened this issue Sep 25, 2012 · 4 comments

Comments

@alfredo
Copy link

alfredo commented Sep 25, 2012

When running heroku pgbackups:capture I get the following traceback.

$ heroku pgbackups:capture
 !    Heroku client internal error.
 !    Search for help at: https://help.heroku.com
 !    Or report a bug at: https://github.com/heroku/heroku/issues/new

    Error:       undefined method `display_name' for nil:NilClass (NoMethodError)
    Backtrace:   /Users/alfredo/.heroku/client/lib/heroku/command/pgbackups.rb:76:in `capture'
                 /Users/alfredo/.heroku/client/lib/heroku/command.rb:206:in `send'
                 /Users/alfredo/.heroku/client/lib/heroku/command.rb:206:in `run'
                 /Users/alfredo/.heroku/client/lib/heroku/cli.rb:28:in `start'
                 /usr/bin/heroku:25

    Command:     heroku pgbackups:capture
    Version:     heroku-toolbelt/2.32.4 (universal-darwin11.0) ruby/1.8.7 autoupdate

Please let me know if you would like me to provide more details.

Cheers,

A

@ddollar
Copy link
Contributor

ddollar commented Sep 25, 2012

/cc @will

@will
Copy link
Contributor

will commented Sep 26, 2012

what app is this? @alfredo

@ddollar
Copy link
Contributor

ddollar commented Sep 27, 2012

Should be fixed by #590 in 2.32.5

@will
Copy link
Contributor

will commented Sep 27, 2012

yeah probably. There'd be a different error telling you to specify a database directly since it couldn't figure out a sensible default, due to the config vars and/or attachements not being on the normal case. probably DATABASE_URL not matching or not being present. At least it wont be a stack trace

@wuputah wuputah closed this as completed Dec 12, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants