CaothicPechan / GCPArchitectureChallenge

This is a public repo
13 stars 13 forks source link

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

Open sandeepthorat opened 5 years ago

sandeepthorat commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

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 :)