Hello everyone.
I have started running couchbase server on my laptop for development and from what I can see, couchbase server is set by default to be loaded on startup. I Don’t mind but my booting time is now appalling, despite the good system resources. Is there a way to stop couchbase server from running on startup(centos 6.5)? Thanks!
This of course depends on your OS but here are the common ways:
MacOS X
There is a setting if you click on the Couchbase Server icon in the Menu bar
Windows
You can edit the start configuration via the Services, the easiest way to get there is I guess
WinKey + X -> Task Manager -> Services -> Right Click -> Open Services. Now search for Couchbase Server, Right Click to get to Properties and edit the startup type
Linux
Edit the the update-rc.d, so something like $ update-rc.d couchbase defaults
should do the trick
Hope that helps.
I am using the .deb flie of community edition for running both the couchbase-server and the sync-gateway in my ubuntu local machine . Can anyone guide me on how can I disable both of them to start automatically on reboot on ubuntu 20.04.
Thanks in advance