The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
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