Hey Justin,
I had the same problem and all I had to do was upgrade my heroku gem to make those commands available. Which version of the heroku gem are you running? I think you can upgrade by running "gem install heroku", with the optional sudo prefix if you need it. Cheers, Zach On Sunday, December 5, 2010 at 9:58 PM, Justin Houk wrote: > Hey folks! > > We're working on adapting our system to use the new Heroku PGbackups addon > for our database backups. Our sticking point right now is that for some > reason the pgbackups CLI doesn't seem to be responding properly. Here is > what I'm seeing when I try to use the CLI manually to get the pgbackups urls > as described here http://docs.heroku.com/pgbackups: > > > heroku addons > ... > pgbackups:basic > sendgrid:pro > shared-database:5mb > > > heroku restart > Servers restarted > > > heroku pgbackups > Unknown command. Run 'heroku help' for usage information. > > Any idea what I might be doing wrong here? > > Thanks! > --Justin > > -- > Justin Houk > Co-Founder, 10x10 Room > http://10x10room.com > http://playbastion.com > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
