Skip to content

Commit 4cd99ba

Browse files
Merge branch 'main' into fix/limitless-rounding-error
2 parents f303b91 + 36d6d20 commit 4cd99ba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ To find all the documentation and concrete examples on how to use the AWS Advanc
5757

5858
#### Amazon RDS Blue/Green Deployments
5959

60+
Support for Blue/Green deployments using the AWS Advanced NodeJS Wrapper requires specific metadata tables. The following service versions provide support for Blue/Green Deployments:
61+
62+
- Supported RDS PostgreSQL Versions: `rds_tools v1.7 (17.1, 16.5, 15.9, 14.14, 13.17, 12.21)` and above.
63+
- Supported Aurora PostgreSQL Versions: Engine Release `17.5, 16.9, 15.13, 14.18, 13.21` and above.
64+
- Supported Aurora MySQL Versions: Engine Release `3.07` and above.
65+
66+
Please note that Aurora Global Database and RDS Multi-AZ clusters with Blue/Green deployments is currently not supported. For detailed information on supported database versions, refer to the [Blue/Green Deployment Plugin Documentation](./docs/using-the-nodejs-wrapper/using-plugins/UsingTheBlueGreenPlugin.md).
67+
68+
In addition:
69+
6070
- **Post-switchover failures:** After a Blue/Green switchover, the wrapper may not properly detect the new cluster topology, leading to failed failover attempts.
6171
- **Metadata inconsistencies:** Discrepancies between topology metadata and actual available endpoints prevent reliable operation.
6272
- **Version-specific issues:** Requirements vary between Aurora MySQL and Aurora PostgreSQL due to different internal systems.

0 commit comments

Comments
 (0)