Strategies for upgrading Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL from version 13
Database Blog
This article provides strategies for upgrading Amazon Aurora PostgreSQL and RDS for PostgreSQL from version 13 before standard support ends February 28, 2026.
- PostgreSQL v13 standard support ends February 28, 2026
- Newer versions offer performance improvements: vacuum emergency mode, better I/O, query optimization, memory efficiency
- Advanced monitoring features: pg_stat_io, pg_wait_events for diagnostics
- Logical replication improvements: failover support, slot migration, parallel apply
- Security enhancements: new roles, removal of PUBLIC schema permissions
- Four upgrade strategies: in-place, blue/green deployment, logical replication, AWS DMS
- In-place upgrade requires downtime proportional to database size
- Blue/green deployment offers minimal downtime with one-click upgrade and testing
- Logical replication enables minimal downtime but requires complex setup
- AWS DMS supports minimal-downtime upgrades with CDC capabilities
- Test upgrades in staging environment before production
- RDS Extended Support provides up to 3 years additional security patches
Plan and test thoroughly before upgrading to newer PostgreSQL versions to maximize benefits while minimizing disruption.
The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.
Related articles
Feb 26
2025
2025
Upgrade strategies for Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL 12
Jan 24
2024
2024
PostgreSQL 11 upgrade strategies for Amazon Aurora PostgreSQL and Amazon RDS for PostgreSQL
May 12
2026
2026
Migrating Amazon RDS for PostgreSQL to Amazon Aurora using seeded logical replication
Jun 20
2025
2025
Implement a rollback strategy for Amazon Aurora PostgreSQL upgrades using Amazon RDS Blue/Green deployments
The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.