[MDEV-24904] mariadb-upgrade does not consider O/S user as other utilities Created: 2021-02-17 Updated: 2021-03-29 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients, Upgrades |
| Affects Version/s: | 10.5.8 |
| Fix Version/s: | 10.5 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Oli Sennhauser | Assignee: | Sergei Golubchik |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | mariadb-upgrade, mysql-upgrade, upgrade | ||
| Environment: |
Linux |
||
| Issue Links: |
|
||||||||
| Description |
|
The Utility mariadb-upgrade does not consider the O/S user as for example mariadb does. This becomes problematic when running as admin user other than root (for example mysql) because also this user is auth_socket authenticated:
Unwanted work-around:
|
| Comments |
| Comment by Elena Stepanova [ 2021-03-28 ] |
|
There was the bug report Still, assigning to serg for certainty. |
| Comment by Oli Sennhauser [ 2021-03-29 ] |
|
Not everybody is working with root as O/S user and mysql as DB user. "Segregation of duties" is the buzz word for it. |