[MDEV-17271] Document how to safely disable encrypt_binlog Created: 2018-09-21 Updated: 2018-12-22 Resolved: 2018-12-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Documentation - Support, Encryption, Replication |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Geoff Montee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
We should document how to safely disable encrypt_binlog. The documentation doesn't currently say: https://mariadb.com/kb/en/library/replication-and-binary-log-server-system-variables/#encrypt_binlog https://mariadb.com/kb/en/library/data-at-rest-encryption/#encryption-of-binary-logs It looks like the process should be as easy as: 1.) Stop the server. 2.) Set encrypt_binlog=OFF 3.) Start the server. |
| Comments |
| Comment by Geoff Montee (Inactive) [ 2018-12-20 ] |
|
https://mariadb.com/kb/en/library/encrypting-binary-logs/#disabling-encryption |
| Comment by Geoff Montee (Inactive) [ 2018-12-20 ] |
|
serg, It looks like you implemented https://mariadb.com/kb/en/library/encrypting-binary-logs/#disabling-encryption |