Skip to content
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

fix: remove point_in_time_recorvery_enabled from MySQL instance as it… #689

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

q2w
Copy link
Collaborator

@q2w q2w commented Dec 27, 2024

… is not supported

Below is the error which is thrown when we create a MySQL instance with point_in_time_recovery_enabled,

Error: point_in_time_recovery_enabled is only available for the following [POSTGRES SQLSERVER]. You may want to consider using binary_log_enabled instead and remove point_in_time_recovery_enabled (removing point_in_time_recovery_enabled and adding binary_log_enabled will enable pitr for MYSQL)

@q2w q2w marked this pull request as ready for review December 27, 2024 15:50
@q2w q2w requested review from isaurabhuttam, imrannayer and a team as code owners December 27, 2024 15:50
@q2w q2w requested a review from bharathkkb December 27, 2024 15:51
Copy link
Member

@bharathkkb bharathkkb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not marking this as breaking change since API never accepted this field.

@q2w q2w merged commit a86d2b8 into terraform-google-modules:master Dec 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants