Hi all!

Thanks, it was indeed an old heroku gem that was the problem.  Running 'sudo
gem update heroku' in my case made everything right as rain.

@Timothy: I was just trying the simplest command for the addon, 'heroku
pgbackups' which should (and now does) list all pgbackup images along with
the time they were created and their ID.  I'd love to be able to interact
with the pgbackups directly with Ruby code rather than use the CLI interface
if possible.  Thanks for sharing that project, I'll definitely take a look
and see if I can contribute.

Thanks again!
--Justin

On Mon, Dec 6, 2010 at 3:01 PM, Timothy Cardenas <[email protected]>wrote:

> Isn't it
>
> heroku pgbackups:url
>
> for the url?
>
> You also might want to take a look at open source projects that
> integrate directly into your system for seamless backup integration.
>
> Like https://github.com/mrich54907/bakkuappu
>
> Its not perfect and we are all working on trying to put something
> awesome together on the backups end with heroku but for the time being
> the community is trying to make is easier to do nightly unlimited
> backups to s3. Feel free to fork, update, and contribute too. :)
>
>
> On Dec 5, 6:58 pm, Justin Houk <[email protected]> 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 herehttp://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 Roomhttp://10x10room.comhttp://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]<heroku%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/heroku?hl=en.
>
>


-- 
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.

Reply via email to