[MDEV-14610] Add syntax to manually encrypt/decrypt InnoDB's system tablespace Created: 2017-12-08 Updated: 2020-08-25 Resolved: 2018-06-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Encryption, Storage Engine - InnoDB |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Duplicate | Votes: | 1 |
| Labels: | encryption, gsoc18, innodb | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Currently, the InnoDB system tablespace can only be automatically encrypted/decrypted by the background encryption threads if innodb_encrypt_tables=ON|FORCE, innodb_encryption_threads>0, and innodb_encryption_rotate_key_age>0. There is no way to manually encrypt/decrypt the tablespace. File-per-table tablespaces can be manually encrypted with:
File-per-table tablespaces can be manually decrypted with:
Some users want a similar method that would allow them to manually encrypt/decrypt the InnoDB system tablespace. This is loosely related to |
| Comments |
| Comment by Sergei Golubchik [ 2017-12-28 ] |
|
may be it shouldn't be done at all, if |
| Comment by Ralf Gebhardt [ 2018-06-07 ] |
|
Will be closed as part of |