Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Allow mysqlbinlog decrypt binary logs.
Attachments
Issue Links
- duplicates
-
MDEV-9418 mysqlbinlog can't decryption the encrypted binlog
-
- Closed
-
- relates to
-
MDEV-20098 Implement key rotation for binary log and relay log
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Description | We really need to have it before GA. |
Allow mysqlbinlog decrypt binary logs. We really need to have it before GA. |
Link | This issue relates to TODO-699 [ TODO-699 ] |
Priority | Critical [ 2 ] | Major [ 3 ] |
Description |
Allow mysqlbinlog decrypt binary logs. We really need to have it before GA. |
Allow mysqlbinlog decrypt binary logs. |
Fix Version/s | 10.1 [ 16100 ] |
Link | This issue relates to MDEV-20098 [ MDEV-20098 ] |
Workflow | MariaDB v3 [ 71648 ] | MariaDB v4 [ 130380 ] |
Zendesk Related Tickets | 192154 |
The current option to get binary logs decrypted is mysqlbinlog used with the parameter --read-from-remote-server, as only the server has access to the keys via the Encryption Plugin API and Plugin. Be aware this adds load to the server.