I'm trying to create a read replica for Google Cloud SQL MysQL Second generation. When I click 'Create', I'm getting two notifications. The first one is Instance is being created
, and immediately after I'm getting this error.
Operation failed: Invalid parameter: Replica should have the same network as the master: projects/myproject-production-1/global/networks/compute-network-aaa8ff1ec6b52092 vs https://www.googleapis.com/compute/v1/projects/myproject-production-1/global/networks/compute-network-aaa8ff1ec6b52092.
As you can notice, it is the same network name; the difference is that it is prepended with https://www.googleapis.com/compute/v1/
. Furthermore, I am not able to change the network in the read replica configuration anyway, it is grayed out and defaults to the master instance's network.