From a5d06f3d86b6c11fad2d1f37ab536d1268ee7aac Mon Sep 17 00:00:00 2001 From: Khai Do Date: Mon, 14 Oct 2024 13:59:36 -0700 Subject: [PATCH] [IT-3929] Upgrade MySql version MySql 5.7 has been deprecated we need to upgrade a the new AWS supported version. This is going to do an `In-place upgrade`[1]. The idea is to upgrade it in dev environment -> test -> propogate to staging -> test -> propogate to prod. [1] https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.MySQL57.EOL.html#Aurora-Performing-an-Upgrade --- templates/nextflow-aurora-mysql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/nextflow-aurora-mysql.yaml b/templates/nextflow-aurora-mysql.yaml index ac53365..a64d393 100644 --- a/templates/nextflow-aurora-mysql.yaml +++ b/templates/nextflow-aurora-mysql.yaml @@ -63,9 +63,9 @@ Parameters: Mappings: ClusterSettings: mysql: - version: 5.7.mysql_aurora.2.07.1 + version: 8.0.mysql_aurora.3.07.1 engine: aurora-mysql - family: aurora-mysql5.7 + family: aurora-mysql8.0 Conditions: UseSnapshotTrue: !Not [!Equals [!Ref SnapshotName, '']]