cloudfoundry / pxc-release

BOSH release of Percona Xtradb Cluster
Apache License 2.0
30 stars 22 forks source link

engine_config.additional_raw_entries - extra entries divided into sections #52

Closed kinjelom closed 3 weeks ago

kinjelom commented 2 months ago

engine_config.additional_raw_entries This option allows for adding extra raw configuration entries divided into sections. These entries will be appended to the end of each respective section and can potentially overwrite existing configuration settings. Use it carefully and at your own risk.

Use case:

engine_config.additional_raw_entries:
  mysql:
    connect_timeout: 10
  mysqld:
    early-plugin-load: keyring_file.so
    keyring_file_data: /var/vcap/store/pxc-mysql/keyring
  some-section:
    some-key: some-value

What about it?

kinjelom commented 2 months ago

Release: https://github.com/kinjelom/pxc-release/releases/tag/v1.0.29-m1