heroku db:push uses rails and a plugin (taps) to translate your local db and replace the heroku db. http://docs.heroku.com/taps
by default heroku db:push|pull will use the current environment db (development in most cases). the additional switch overrides that behavior but is probably not what you want. I would guess you haven't run anything on your dev box in production mode so your local production db will likely be blank. On May 17, 11:47 am, PeterW <[email protected]> wrote: > Hi! > > Thank you all for your support. I'm extremely new to git, github, etc. > and it's a hard learning curve for me, so I know I make a lot of > mistakes (Sorry, I still haven't figured out how to include the > submodules to my git repository) > > Didn't know that Heroku uses Postgres DB. Now I'm wondering why > "heroku db:push sqlite://db/production.sqlite3" was possible... does > this copy sqlite DB to Postgres DB? > > I will try now to setup Postgres on my Mac machine to be able to check > whether it works locally with Postgres. > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" 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 > athttp://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
