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

issue with challenge lab Migrate a MySQL Database to Google Cloud SQL #1

Open
sandeepthorat opened this issue Jun 10, 2019 · 2 comments

Comments

@sandeepthorat
Copy link

Hi Pechan,

I am facing issue with lab Migrate a MySQL Database to Google Cloud SQL, its not getting completed, I followed the steps but below challenges are still marked zero:
-Check that wp-config.php points to the Cloud SQL instance
-Check that the blog still responds to requests

Can you please help me with this.

@AngelDob
Copy link

AngelDob commented Oct 7, 2019

Hi Pechan,

I am facing issue with lab Migrate a MySQL Database to Google Cloud SQL, its not getting completed, I followed the steps but below challenges are still marked zero:
-Check that wp-config.php points to the Cloud SQL instance
-Check that the blog still responds to requests

Can you please help me with this.

Hi Sandeep,

I ran into the same issue, but only with step 3. 4 & 5 show up (which is weird)

After you SSH into the instance, migrate the DB, then point the config file to the IP of the SQL instance everything works fine, however, point 3 wants the address of the lab-monitor as well. Were you able to pass and get points for step 3?

Pechan has everything explained in the file.

@GrumpyOldJon
Copy link

Hi Pechan,
I am facing issue with lab Migrate a MySQL Database to Google Cloud SQL, its not getting completed, I followed the steps but below challenges are still marked zero:
-Check that wp-config.php points to the Cloud SQL instance
-Check that the blog still responds to requests
Can you please help me with this.

Hi Sandeep,

I ran into the same issue, but only with step 3. 4 & 5 show up (which is weird)

After you SSH into the instance, migrate the DB, then point the config file to the IP of the SQL instance everything works fine, however, point 3 wants the address of the lab-monitor as well. Were you able to pass and get points for step 3?

Pechan has everything explained in the file.

Had the same problem with Step 3 (Steps 4 and 5 were passing). Turns out you need to use the CIDR.
So if the blog address 99.99.99.99 you would need to add 99.99.99.99/32 as the authorized address. Not sure exactly why will need to do some digging :)

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

No branches or pull requests

3 participants