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
It seems we have a global list of users to NOT revoke, which is fine.
It seems it uses the other_users key as a list of ALL other users in the database other than root, schema owner and pglogical, unless you specify what users are to be in that list.
The code then forces the owner to for sure be revoked, and then every other other in other_users as long as it is not globally excluded.
Sometimes when running "revoke-logins", some users needs to be excluded. From this.
It would be nice if this were baked into pgbelt somehow, an ignore list of users when revoking logins.
The text was updated successfully, but these errors were encountered: