How to Update RDS PostgreSQL with Minimal Downtime
Disclaimer
When working with Amazon RDS for PostgreSQL, minimizing downtime during updates is essential to maintain high availability.
One of the most effective ways to achieve this is by using the Blue/Green deployment technique.
Although AWS introduced this feature for PostgreSQL in December 2023, it still has some limitations that may prevent you from fully leveraging it:
- RDS Proxy is not currently supported.
- Instances with subscriptions can’t use it.
- Your database must have the last minor version
- You don’t get a built-in rollback option after cutover, so reverting to the old version without losing data isn’t possible.