Skip to content

Instantly share code, notes, and snippets.

@bdiegel
Created February 14, 2015 23:47
Show Gist options
  • Save bdiegel/81e96dad3144442ca2e1 to your computer and use it in GitHub Desktop.
Save bdiegel/81e96dad3144442ca2e1 to your computer and use it in GitHub Desktop.
Change Couchbase password
./couchbase-cli cluster-init -c 127.0.0.1:8091 --user=[CURRENT_USERNAME] --password=[CURRENT_PASSWORD] --cluster-init-username=[NEW_USERNAME] --cluster-init-password=[NEW_PASSWORD]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment