Background
Postgres 13 support ends on 28th February 2026
A list of effected RDS instances can be found by running:
aws rds describe-db-instances --query "DBInstances[?Engine=='postgres' && starts_with(EngineVersion, '13')].[DBInstanceIdentifier]" --output table
We need to coordinate and contact users to get them to update asap.
Background
Postgres 13 support ends on 28th February 2026
A list of effected RDS instances can be found by running:
aws rds describe-db-instances --query "DBInstances[?Engine=='postgres' && starts_with(EngineVersion, '13')].[DBInstanceIdentifier]" --output tableWe need to coordinate and contact users to get them to update asap.