mlandauer / thats-camping-elm

Find campsites near you
https://thatscamping.org
GNU General Public License v3.0
5 stars 1 forks source link

Backup database to S3 #94

Open mlandauer opened 7 years ago

mlandauer commented 7 years ago

Let's be paranoid because when it comes to data created by people it's always worth it.

I think a good way to backup the couchdb database is to replicate it to a locally running database for which the database filesystem is then backed up to S3. There is no need to encrypt it as all the data is readable by anyone anyway.