-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-667] multi az aurora serverless v2 w/ 2 read replica instances #46
Conversation
@@ -1,5 +1,5 @@ | |||
locals { | |||
db_engine = "postgres" | |||
db_engine = "aurora-postgresql" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: I would've liked to use aurora at the start, but wondering do we need to do a migration of data for this change / would this be apply-able to a currently running postgres instance + read-replica without destroying anything / losing data?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure. I think we'd need to do data migration ourselves. I haven't tested this code fully in dev3.
I'm prioritizing deleveraging now, and unassigned myself from the linear ticket.
Feel free to take this on if you have time.
No description provided.