Skip to content

Commit

Permalink
Merge pull request #33 from edmorley/treeherder-dev-mysql5.6.34
Browse files Browse the repository at this point in the history
treeherder: Update dev/stage from MySQL 5.6.29 to 5.6.34 (bug 1330743)
  • Loading branch information
fubar committed Jan 19, 2017
2 parents c85fa6f + b4deaf6 commit 04a68ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion treeherder/rds.tf
Expand Up @@ -58,6 +58,8 @@ resource "aws_db_instance" "treeherder-dev-rds" {
identifier = "treeherder-dev"
snapshot_identifier = "rds:treeherder-prod-2017-01-18-07-05"
storage_type = "gp2"
engine = "mysql"
engine_version = "5.6.34"
instance_class = "db.m4.xlarge"
maintenance_window = "Sun:08:00-Sun:08:30"
multi_az = false
Expand All @@ -82,7 +84,7 @@ resource "aws_db_instance" "treeherder-stage-rds" {
storage_type = "gp2"
allocated_storage = 750
engine = "mysql"
engine_version = "5.6.29"
engine_version = "5.6.34"
instance_class = "db.m4.xlarge"
username = "th_admin"
password = "XXXXXXXXXXXXXXXX"
Expand Down

0 comments on commit 04a68ef

Please sign in to comment.