0

I haven't been able to find any documentation on how to revert a manually triggered failover in the Google Cloud SQL service.

I'm using a second generation MySQL 5.7 server. After manually triggering the failover the data center zone updated shortly after as expected. I'm unsure how to now revert back to the original data center zone. Updating the configuration settings with the original zone does not work. Do I simply just have to trigger another failover and hope it goes back to the original zone?

user3724476
  • 121
  • 3

2 Answers2

1

It appears that triggering another failover reverts it back to the original zone and also removes the failover messages.

user3724476
  • 121
  • 3
1

If you perform manual fail-over you need to perform a fallback operation , this means that you need to perform a manual fail-over again, this action will return your database to the original zone.

There are more infromation about how Fail-over works on Cloud SQL

Jan Hernandez
  • 223
  • 1
  • 7