I have both memcached and Couchbase on the server version 4 of Couchbase Community Edition. Our buckets have passwords (type "SASL auth"), and it is time to change these passwords. The usual procedure that we use for this kind of thing is ...
- Create a new account on a shared resource.
- relocate clients with the credentials of the new account.
- once all clients use new credentials, delete / disable the original account.
However, with Couchbase, I see no way to create a new Bucket account. If I just change the password on the server, everything that uses this server (even material with high availability) will stop working until it is redistributed.
I really don't like to plan downtime for something like this. Is there any recommendation on the migration process that I missed?
source
share