[MDEV-14884] Failed to enable encryption of temporary files in mariadb 10.3.3 Created: 2018-01-07 Updated: 2021-01-12 Resolved: 2021-01-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption |
| Affects Version/s: | 10.1, 10.3.3, 10.2 |
| Fix Version/s: | 10.2.37, 10.3.28, 10.4.18, 10.5.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | atomd | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 2 |
| Labels: | None | ||
| Description |
|
I want to use rest encryption and set encrypt-tmp-files in the config file, and encounter the following error:
config file is:
I run mariadb(10.3.3) in docker. when I set encrypt-tmp-files = 0, everything is fine. |
| Comments |
| Comment by Elena Stepanova [ 2018-01-07 ] |
|
I assume that mysqld --verbose --help does need to create a temporary file, but nothing else, hence the problem with this option specifically. The warning about plugin table is irrelevant to this. |
| Comment by Doug Cain [ 2018-06-06 ] |
|
Same issue with 10.2.11 when using the file-key-management plugin. Works as expected with the AWS KMS plugin though. |
| Comment by Dario Seidl [ 2021-01-12 ] |
|
There is a fix for this in the MariaDB docker image: https://github.com/docker-library/mariadb/issues/339 |