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
In other words, group definitions in /etc/group are OK, but app user definition is KO : it uses GID value of 23 instead of GID value of 20.
In the following traces, /etc/passwd is modified correctly the first time, but the second time, the primary GID of user postgres is set to the new GID of conflicting group dialout (23) instead of the wanted GID of HOST (20).