How do I pull heroku data into a local SQLite3 database? Running into problems
问题 I'm trying to make a local backup of the data from my Rails app, which is deployed to Heroku, and running into problems. I followed the instructions here: http://docs.heroku.com/taps and installed Taps. I get two types of errors. I created a SQLite db locally and tried pulling data with this command: (sudo) heroku db:pull sqlite://Users/username/folder/testbackup.db or (sudo) heroku db:pull sqlite://username:password@localhost/Users/username/folder/testbackup.db but either way I get this: