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

provider/google Support MySQL 5.7 instances #9673

Merged
merged 2 commits into from
Oct 28, 2016

Conversation

wendorf
Copy link
Contributor

@wendorf wendorf commented Oct 27, 2016

Google Cloud SQL has support for MySQL 5.7, but the option is not documented in the google_sql_database_instance resource, and the resource times out when attempting to create. These commits document creating 5.7 and allow it to succeed.

@stack72
Copy link
Contributor

stack72 commented Oct 27, 2016

Hi @wendorf

Thanks for the change here - please can you rebase your PR - I just merged your other and it has caused conflicts

thanks

Paul

@stack72 stack72 added enhancement waiting-response An issue/pull request is waiting for a response from the community provider/google-cloud labels Oct 27, 2016
Google Cloud SQL has first-gen and second-gen instances with different
supported versions of MySQL.
Creating SQL instances for MySQL 5.7 can take over 7 minutes,
so the timeout needs to be increased to allow the
google_sql_database_instance resource to successfully create.
@wendorf
Copy link
Contributor Author

wendorf commented Oct 28, 2016

Rebased. Thanks for addressing these so quickly!

@stack72
Copy link
Contributor

stack72 commented Oct 28, 2016

LGTM! Thanks :)

@stack72 stack72 merged commit 7817253 into hashicorp:master Oct 28, 2016
@wendorf wendorf deleted the support_google_mysql_5_7 branch October 28, 2016 16:21
mathieuherbert pushed a commit to mathieuherbert/terraform that referenced this pull request Oct 30, 2016
* provider/google Document MySQL versions for second generation instances

Google Cloud SQL has first-gen and second-gen instances with different
supported versions of MySQL.

* provider/google Increase SQL Admin operation timeout to 10 minutes

Creating SQL instances for MySQL 5.7 can take over 7 minutes,
so the timeout needs to be increased to allow the
google_sql_database_instance resource to successfully create.
gusmat pushed a commit to gusmat/terraform that referenced this pull request Dec 6, 2016
* provider/google Document MySQL versions for second generation instances

Google Cloud SQL has first-gen and second-gen instances with different
supported versions of MySQL.

* provider/google Increase SQL Admin operation timeout to 10 minutes

Creating SQL instances for MySQL 5.7 can take over 7 minutes,
so the timeout needs to be increased to allow the
google_sql_database_instance resource to successfully create.
@ghost
Copy link

ghost commented Apr 21, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement provider/google-cloud waiting-response An issue/pull request is waiting for a response from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants