[MDEV-26894] MariaDB deployment failed due to permission issue Created: 2021-10-25 Updated: 2021-10-25 Resolved: 2021-10-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System, Storage Engine - Aria |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Satheeshkumar Kandasamy | Assignee: | Sergei Golubchik |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Hi, We are trying to install MariaDB 10.3.27 in Customer Pre-Production environment (VNF). Getting failed with permission denied error when run the bootstrap.sh script. Selinux policy is disabled and umask also having 022. Also we have given the 755 for /data folder. Still having the issue.
|
| Comments |
| Comment by Satheeshkumar Kandasamy [ 2021-10-25 ] |
|
Hi, I have resolved this issue. Please close this ticket |
| Comment by Anel Husakovic [ 2021-10-25 ] |
|
Hi satheesh thanks, can you please explain more what was the solution? |
| Comment by Satheeshkumar Kandasamy [ 2021-10-25 ] |
|
Hi Husakovic, mysql Permission was not there for data directory (/data). Actually we created data folder as /data/mdb_data and provided the permission. Generally we used the below command to provide the permission for /data folder but here it's not reflected in data folder. We found this issue and change the ownership specifically for /data. |
| Comment by Anel Husakovic [ 2021-10-25 ] |
|
Ok thanks satheesh. |