Skip to content

Commit

Permalink
chore:update mysql version
Browse files Browse the repository at this point in the history
  • Loading branch information
rnithinpaladin committed Oct 30, 2023
1 parent f732f1b commit b610917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/resources/datastore/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MySQLDatabase(RDSResource):
identifier = "data"
storage_type = "gp2"
engine = "mysql"
engine_version = "5.7.37"
engine_version = "5.7.43"
allocated_storage = 10
username = Settings.DB_USERNAME
password = Settings.DB_PASSWORD
Expand Down

0 comments on commit b610917

Please sign in to comment.