From 47bc308c7b90e42fe54b8194915d6d879eab4114 Mon Sep 17 00:00:00 2001 From: Brad Macdonald <52762200+BWMac@users.noreply.github.com> Date: Tue, 16 Jul 2024 13:48:09 -0600 Subject: [PATCH] [IBCDPE-1006] Updates mysql DBUrl This adds a missing parameter to the TOWER_DB_URL. Documentation from Seqera [here](https://docs.seqera.io/platform/24.1.1/enterprise/release_notes/enterprise_latest#breaking-changes). --- templates/nextflow-aurora-mysql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nextflow-aurora-mysql.yaml b/templates/nextflow-aurora-mysql.yaml index bedd1b6c..ac53365c 100644 --- a/templates/nextflow-aurora-mysql.yaml +++ b/templates/nextflow-aurora-mysql.yaml @@ -406,7 +406,7 @@ Outputs: Value: !Join - '' - - !Sub 'jdbc:mysql://${AuroraCluster.Endpoint.Address}:' - - !Sub '${AuroraCluster.Endpoint.Port}/${DBName}' + - !Sub '${AuroraCluster.Endpoint.Port}/${DBName}?permitMysqlScheme=true' Export: Name: !Sub '${AWS::Region}-${AWS::StackName}-DBUrl'