How to take Couchbase backup and Clone to other server?

Hi,

I am using couchbase server. I am using docker to run couchbase server. So i used old command to run couchbase.

But it was outdated i need to use following command

docker run -d -p 8091-8093:8091-8093 -p 11210:11210 couchbase/server

So how to update my old couchbase server instance without loss of any data?

Is it right way to take backup of coucbase server and clone it into new instance?

So, How to take backup of server db and clone into new couchbase server isntance?

Hi @itssrinadh,

Sorry for delay in response.

Yes, you should be able to run the cbbackupmgr backup if this a Enterpries Edition or cbbackup to backup the data from that old container and run cbbackupmgr restore or cbrestore to restore data to your newly created Couchbase container.