Download sqlite database from Heroku
问题 I have a worker running python script every 2 hour on Heroku. The problem is each time I 'pull' the changes from git. There is no changes at all for the sqlite3 database. But I am sure the program is running and the database has changed by looking at the log file. heroku log How to retrieve the .db file then ? 回答1: It sounds like you have a little misconception. Heroku's git support is effectively one-way; you can use it to push new code to be run on the server, but you can't use it to copy