Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
We should document how to safely disable InnoDB encryption in a standalone MariaDB server environment. It is not currently documented:
https://mariadb.com/kb/en/library/data-at-rest-encryption/
I suspect that the process would go like this:
1.) Make sure that all Aria tables are decrypted. Requires MDEV-17268.
2.) Make sure that all InnoDB tables are decrypted. Requires MDEV-17269.
3.) Make sure that InnoDB redo logs are decrypted. Requires MDEV-17270.
4.) Make sure that binary logs are decrypted. Requires MDEV-17271.
5.) Uninstall key management plugins, if desired.
Attachments
Issue Links
- is blocked by
-
MDEV-17268 Document how to safely decrypt Aria tables
- Closed
-
MDEV-17269 Document how to safely decrypt InnoDB tables
- Closed
-
MDEV-17270 Document how to safely disable innodb_encrypt_log
- Closed
-
MDEV-17271 Document how to safely disable encrypt_binlog
- Closed
- relates to
-
MDEV-14157 Improve documentation of data at rest encryption
- Closed
- blocks
-
DOCS-2785 Loading...
- is parent of
-
DOCSCOLLAB-407 Loading...