Issues
- Doc Bug: default encrypt value incorrectly documentedPXC-4457Resolved issue: PXC-4457patrick.birch
- undocumented variablesPXC-4438Resolved issue: PXC-4438alina.derkach
- Correct post-eol.list entriesPXC-4423Resolved issue: PXC-4423patrick.birch
- Crash in row_sel_convert_mysql_key_to_innobasePXC-4418Resolved issue: PXC-4418Kamil Holubicki
- Innodb semaphore wait timeout failure after upgrade from 8.0.34 to 8.0.35PXC-4367Resolved issue: PXC-4367Kamil Holubicki
- PXC nodes leave cluster when row size is too large and has more than 3 nvarchar column.PXC-4365Resolved issue: PXC-4365Venkatesh Prasad
- PXC node evicted when create function by user don't have super privilege and binary loggin is enabledPXC-4362Resolved issue: PXC-4362Kamil Holubicki
- Cluster state interruption with MDL BF-BF conflict and exec-mode:toiPXC-4348Resolved issue: PXC-4348Kamil Holubicki
- Executing prepared statement can abort node after FLUSH TABLESPXC-4341Resolved issue: PXC-4341Venkatesh Prasad
- Nodes "changing identity" can prevents primary groupsPXC-4316Resolved issue: PXC-4316Kamil Holubicki
- 3 node PXC cluster gets into inconsistent state with ALTER .. ALGORITHM=INPLACEPXC-4277Resolved issue: PXC-4277Kamil Holubicki
11 of 11
Doc Bug: default encrypt value incorrectly documented
Done
General
Escalation
General
Escalation
Description
Environment
None
Details
Security Level Help
NoneAssignee
patrick.birchpatrick.birchReporter
Jean-Louis DupondJean-Louis DupondNeeds QA
NoComponents
Sprint
NoneFix versions
Priority
Low
Details
Details
Security Level Help
None
Assignee
patrick.birch
patrick.birchReporter
Jean-Louis Dupond
Jean-Louis DupondNeeds QA
No
Components
Sprint
None
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created July 18, 2024 at 9:53 AM
Updated July 18, 2024 at 11:06 AM
Resolved July 18, 2024 at 10:33 AM
On the following page:
https://docs.percona.com/percona-xtradb-cluster/8.0/encrypt-traffic.html#xtrabackup
It states:
Encryption mode for this method is selected using the encrypt option: encrypt=0 is the default value, meaning that encryption is disabled. encrypt=4 enables encryption based on key and certificate files generated with OpenSSL. For more information, see Generating Keys and Certificates Manually.
While:
https://docs.percona.com/percona-xtradb-cluster/8.0/xtrabackup-sst.html#encrypt
States:
encrypt¶ Parameter Description Values: 0, 4 Default: 4 Match: Yes
This seems to be some small documentation error