Skip to content

Commit

Permalink
fix Percona XtraDB 8.0 bootstrap on Debian/Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Aug 8, 2024
1 parent d12c286 commit de84057
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Fixed
* SST package install fails because repo is not yet configured
* Remove incompatible options from bootstrap workaround on Debian/Ubuntu
* Fix Percona XtraDB 8.0 package name on Debian/Ubuntu
* Fix Percona XtraDB 8.0 bootstrap command
* Fix Percona XtraDB `my.cnf` location on RHEL-based systems
Expand Down
8 changes: 0 additions & 8 deletions templates/debian_default_my_cnf.epp
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,15 @@ myisam_sort_buffer_size = 512M
concurrent_insert = 2
read_buffer_size = 2M
read_rnd_buffer_size = 1M
query_cache_limit = 128K
query_cache_size = 64M
log_warnings = 2
slow_query_log_file = /var/log/mysql/mariadb-slow.log
long_query_time = 10
log_slow_verbosity = query_plan
log_bin = /var/log/mysql/mariadb-bin
log_bin_index = /var/log/mysql/mariadb-bin.index
expire_logs_days = 10
max_binlog_size = 100M
default_storage_engine = InnoDB
innodb_buffer_pool_size = 256M
innodb_log_buffer_size = 8M
innodb_file_per_table = 1
innodb_open_files = 400
innodb_io_capacity = 400
innodb_flush_method = O_DIRECT

[mysqldump]
quick
Expand Down

0 comments on commit de84057

Please sign in to comment.