-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Module tries to create db_option_group for postgres #62
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
Comments
Thanks for opening this issue. I didn't know that Postgres does not have option groups, I will issue a fix now. |
v1.18.0 has been released. |
Thank you for very fast response :) |
This issue has resurfaced. The default variable value for The check for postgres should happen in an outer conditional |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
After update to the latest version of this module (
v1.17.0
), it tries to createdb_option_group
for postgresql engine. But this operation is not supported by the AWS API: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithOptionGroups.htmlApplying the changes required by the update ends with infinite loop of:
The issue can be resolved by disabling option_group creation:
I think that the module should contain some logic that would know that option groups are not supported for Postgres engine.
What do you think?
The text was updated successfully, but these errors were encountered: