[MCOL-2188] non-root columnstoreBackup requires root ssh-keys - Problem for certain users Created: 2019-02-21 Updated: 2023-10-26 Resolved: 2019-02-22 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | 1.1.7 |
| Type: | New Feature | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
non-root single-server |
||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Reported by a customer.. We have done non root installation of MariaDB 1.1.6 ( user: mariabkp) , we want to take backup using script "columnstoreBackup" When we take backup using below command, it fails with error - ./columnstoreBackup -zv localhost /db-poc/mariadb_official_bkp/columnstoreBackupData It seems even though installation is done as non root user it still requires sudo permission + password less ssh keys for "root" After providing sudo permission to user mariabkp and generating passsword less ssh keys for "root" backup command works as below - sudo ./columnstoreBackup -zv localhost /db-poc/mariadb_official_bkp/columnstoreBackupData Our concern is we can't provide password less ssh authentication to "root" user. Kindly let us know how to take backup for a non root installation without generating password less ssh authentication for "root" user. I reproduced the same issue sudo ./columnstoreBackup -zv localhost /mnt Need to be able to do non-root ColumnStore backup without requiring root user ssh-keys. This is not possible for certain customers. |
| Comments |
| Comment by David Hill (Inactive) [ 2019-02-22 ] |