I did it using the UI and at no point did it ask me to enable query + index server.
Now that I want to try using N1QL I get an error saying no query service enabled. Is there anyway to enable the query & index service on the existing node?
How do I do this in one-node cluster? I’m using the 4.0.0 CE AMI provided by Couchbase, Inc. Index and query services were ticked when I did setup using the UI, but they didn’t become active as expected.
I just had the same issue after upgrading our 6-node cluster. Only the last re-added 4.0 node had Index/Query services enabled, the others only Data. I guess removing/rebalancing/readding all nodes once more is the only option?
Hi folks, we do have a few restrictions on the services side with 4.0 and 4.1.
an existing nodes service assignment cannot be changed without removing it and adding it back.
during the upgrade from 3x or 2x to 4.x, you cannot introduce services. You need to remove each node and add it back with services enabled.
This does create an inconvenience for upgrading a single node and getting all services enabled. On a single node, you need to uninstall and reinstall to get all services.
thanks