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?