PatrickHeneise / couchbackup

Little script to backup all documents from a bucket to a JSON file and restore it to another server/bucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couchbase Backup

Modify the config-part within backup.js and restore.js to match your configuration, then run:

node backup.js

To backup all documents to a JSON file and

node restore.js

To put the documents back from the JSON file to the database.

About

Little script to backup all documents from a bucket to a JSON file and restore it to another server/bucket.


Languages

Language:JavaScript 100.0%