doc suggestion 7.0 : usermod verticadba group
https://my.vertica.com/docs/7.0.x/HTML/index.htm#cshid=S0231
suggests the user must be in the verticadba group (for example:
however that only APPENDS verticadba as secondary group and still not satisfies the primary group membership condition.
The correct group modification statement would be
usermod -g verticadba dbadmin
It would be also useful to add
groupadd verticadba
suggests the user must be in the verticadba group (for example:
usermod -a -G verticadba <I>userNameHere</I>
). If not, the installer reports this issue with identifier [S0220]. however that only APPENDS verticadba as secondary group and still not satisfies the primary group membership condition.
The correct group modification statement would be
usermod -g verticadba dbadmin
It would be also useful to add
groupadd verticadba
0