Backing up CouchDB with automated nightly snapshots
CouchDB is a fantastic document database. With features such as an append-only file structure and the ability to continuously replicate a database across two instances, CouchDB makes it easy to prevent data loss due to drive failure. But what about data loss due to data corruption on the app-side or due to end-user action? In […]