Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 588 Bytes

couchbase.md

File metadata and controls

31 lines (22 loc) · 588 Bytes

Backup all buckets, all node

cbbackup http://<host>:8091 ~/cbbackup/ -u <user> -p <password>

Restore backup

cbrestore ~/prodbak/ http://<user>:<password>@localhost:8091

Setup couchbase admin in web view a large document ( > 2.5KB )

//Edit file

/opt/couchbase/lib/ns_server/erlang/lib/ns_server/priv/public/js/document.js

// Change 2500 to new size

Rebuild index after restore data

BUILD INDEX ON <bucket-name> (<index-name1>, <index-name2>, `<bucket-name>-primary-index`)