I have a rails application that runs on Heroku using a standard postgres database with images hosted on s3.
How am I responsible for backing up?
While I download the application code, s3 files and a database snapshot monthly and save it to an external drive. Downloading my files from s3 is very slow, and I expect it to be much worse over time.
source
share