How can I check if the cluster has been initialized or not?

Hello,

I have a docker-compose file to run a Couchbase container, but when the cluster has been initialized, and then stop and start again the container I have the following error:

my docker-compose.yml

is there any way to check if the cluster is already initialized or not?.

Hi @Alba_Fernandez_Suare,
You may refer to Couchbase-cli : check if a cluster has been set up. It might help you out.

1 Like