Search code examples
nosqlcouchbasecouchbase-lite

Couchbase default admin password change


Is there any impact to change default admin password of couchbase cluster? application is live and we require to change the password. Any safe procedure ? Thanks


Solution

  • There is no impact, Couchbase do not use the admin password internally anywhere. We do it every quarter in all environments including prod.

    But be cautious - If you have hard coded the passwordanywhere in your cron scripts or monitoring utilities etc, then make sure you change it there too.