You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation of `remove-unit` allows the operator to remove more than one unit. The functionality of `remove-unit` functions by removing one replica at a time to avoid downtime.
49
49
50
+
### Password rotation
51
+
#### Charm users
52
+
For users used internally by the Charmed PostgreSQL Operator an action can be used to rotate their passwords.
Currently, the users used by the operator are `operator` and `replication`. Those users should not be used outside the operator.
57
+
58
+
#### Related applications users
50
59
60
+
To rotate the passwords of users created for related applications the relation should be removed and the application should be related again to the Charmed PostgreSQL Operator. That process will generate a new user and password for the application (removing the old user).
0 commit comments