Hi, Here's the syntax for building a database url for postgres (or any DB really, if you just change the protocol): postgres://username:passw...@host/database
So in your case it would be something like: postgres://postgres:r...@localhost/mysqpp-backup Alternatively you can use bundles, they contain a pg_dump of your database. For more info: http://docs.heroku.com/backups On Sun, Oct 4, 2009 at 2:51 PM, joris77 <[email protected]> wrote: > > Hi, > > Is there a way to backup my database into a postgres 'format' > directly? > > I have seen the examples backing up the database into an sqllite file > like this: > > heroku db:pull sqlite://myapp-backup.db --app myapp > > I would like something like this: > > heroku db:pull postgres://myapp-backup.db --app myapp > > Thanks anyway > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
