Skip to content

Commit

Permalink
Merge pull request cockroachdb#98994 from cockroachdb/blathers/backpo…
Browse files Browse the repository at this point in the history
…rt-release-22.2-98832

release-22.2: roachtest/awsdms: fix version to 13
  • Loading branch information
otan authored Mar 20, 2023
2 parents 0babfc1 + cafc074 commit 11e9625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/roachtest/tests/awsdms.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func setupRDSCluster(
rdsGroup, err := rdsCli.CreateDBClusterParameterGroup(
ctx,
&rds.CreateDBClusterParameterGroupInput{
DBParameterGroupFamily: proto.String("aurora-postgresql14"),
DBParameterGroupFamily: proto.String("aurora-postgresql13"),
DBClusterParameterGroupName: proto.String(awsdmsRoachtestDMSParameterGroup(t.BuildVersion())),
Description: proto.String("roachtest awsdms parameter groups"),
},
Expand Down Expand Up @@ -407,6 +407,7 @@ func setupRDSCluster(
&rds.CreateDBClusterInput{
DBClusterIdentifier: proto.String(awsdmsRoachtestRDSClusterName(t.BuildVersion())),
Engine: proto.String("aurora-postgresql"),
EngineVersion: proto.String("13"),
DBClusterParameterGroupName: proto.String(awsdmsRoachtestDMSParameterGroup(t.BuildVersion())),
MasterUsername: proto.String(awsdmsUser),
MasterUserPassword: proto.String(awsdmsPassword),
Expand Down

0 comments on commit 11e9625

Please sign in to comment.