[MCOL-1462] Add option to specify group for non-root install Created: 2018-06-08 Updated: 2020-08-25 Resolved: 2018-07-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | Icebox |
| Type: | New Feature | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | David Hill (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
For non-root install, it would be good if we could specify the group to install under. In current versions the same name for group as for the user is assumed in post-install script: $SUDO chown $user:$user $installdir/etc/Columnstore.xml While this is OK for users like root or mysql (and typical in many Linux versions to create a separate group with the same name for each user, by default), option to use some separate explicitly created and specified group (like "wheel" in FreeBSD case, or some dedicated group for users with SSH access allowed) may be useful sometimes. |
| Comments |
| Comment by David Thompson (Inactive) [ 2018-06-25 ] |
|
This will likely be made redundant by |
| Comment by David Thompson (Inactive) [ 2018-07-20 ] |
|
Since we are doing |