Failure to migrate Postgres 9.6.6 snapshot to Aurora aws_rds_cluster #4214
Labels
bug
Addresses a defect in current functionality.
service/rds
Issues and PRs that pertain to the rds service.
Milestone
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
Expected Behavior
Terraform creates a new Aurora cluster from an RDS snapshot, which works through the AWS console.
Actual Behavior
Cannot upgrade from postgres 9.6.6 to aurora-postgresql 9.6.3.Specify a current active database version, the latest active minor version for postgres 9.6 is 9.6.6.
Steps to Reproduce
terraform apply
References
Seems likely related to GH-4139
The
RestoreDBClusterFromSnapshot
call does not include anEngineVersion
parameter, so presumably uses the default of 9.6.3.The text was updated successfully, but these errors were encountered: