Skip to content

Commit

Permalink
Merge pull request #435 from engineyard/FB-856-Update-Percona-Server-…
Browse files Browse the repository at this point in the history
…version

[FB-856] Update Percona-Server Version
  • Loading branch information
Dimitris authored Jan 16, 2020
2 parents 581919d + d598f6e commit f56e9aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cookbooks/db_client_libs/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{
:server => 'postgresql-server', # postgresql-server or percona-server
:version => '9.4.4',
:default_slot => false, # postgres packages only, use true only with no_db environments, makes this package the system default
:default_slot => false, # postgres packages only, use true only with no_db environments, makes this package the system default
},
]

Expand Down
4 changes: 2 additions & 2 deletions cookbooks/mysql/attributes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
db_stack = lock_major_version == '' ? attribute.dna['engineyard']['environment']['db_stack_name'] : "mysql#{lock_major_version.gsub(/\./, '_').strip}"

default['latest_version_55'] = '5.5.49'
default['latest_version_56'] = '5.6.44'
default['latest_version_57'] = '5.7.26'
default['latest_version_56'] = '5.6.45'
default['latest_version_57'] = '5.7.27'
major_version=''

case db_stack
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/mysql/recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
known_versions = {
# Note: mysql 5.5 is a limited access feature on this stack; use 5.6 or higher if possible.
'dev-db/mysql' => ['5.5.49'],
'dev-db/percona-server' => ['5.6.28.76.1', '5.6.29.76.2-r1', '5.6.32.78.1', '5.6.35.81.0', '5.6.37.82.2', '5.6.44.86.0', '5.7.13.6', '5.7.14.8', '5.7.17.13', '5.7.19.17', '5.7.26.29']
'dev-db/percona-server' => ['5.6.28.76.1', '5.6.29.76.2-r1', '5.6.32.78.1', '5.6.35.81.0', '5.6.37.82.2', '5.6.44.86.0', '5.6.45.86.1', '5.7.13.6', '5.7.14.8', '5.7.17.13', '5.7.19.17', '5.7.26.29', '5.7.27.30']
}

if node.dna['instance_role'][/^(db|solo)/]
Expand Down

0 comments on commit f56e9aa

Please sign in to comment.