Details
-
Improvement
-
Resolution: Fixed
-
Major
-
6.5.1
-
1
Description
For non-root installs, the present way, including for 6.5.1, to start and stop the server is:
Start: ./bin/couchbase-server – -noinput -detached
Stop: ./bin/couchbase-server -k
whereas the status is:
Status: ./bin/couchbase-server –status
Required:
Make the start and stop syntax similar to status.
Start: ./bin/couchbase-server --start
Stop: ./bin/couchbase-server --stop
This makes it easier to remember and use for the end user.