Does EdgeDB work out of the box with AWS Aurora w/ PostgreSQL engine? #3067
-
I'm planning to use AWS for infrastructure. Does EdgeDB work out of the box with AWS Aurora w/ PostgreSQL engine? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
In short: yes! For basic use cases and most advanced use cases covered by the current server test suite, it's positive they work fine on AWS RDS Aurora with PostgreSQL (12.8 tested, 13 should be fine too). Read replicas are not supported yet, even though you can access the Aurora read replicas directly fwiw. High availability of Aurora is supported now through the Adaptive Backend HA feature, I'll create a PR later to support native RDS HA through AWS API. |
Beta Was this translation helpful? Give feedback.
In short: yes!
For basic use cases and most advanced use cases covered by the current server test suite, it's positive they work fine on AWS RDS Aurora with PostgreSQL (12.8 tested, 13 should be fine too). Read replicas are not supported yet, even though you can access the Aurora read replicas directly fwiw. High availability of Aurora is supported now through the Adaptive Backend HA feature, I'll create a PR later to support native RDS HA through AWS API.