Hello everyone,
I have been struggling for the past weeks with Backup & DR and I finally chose to ask for help.
I am currently new to Backup & DR and I am trying to backup a database running on a GCE Instance just for demo purposes. I deployed a management console and a backup appliance (for databases) through Terraform and everything runs smoothly. I then create a GCE Instance and add the firewall rules to both the appliance and the example instance hosting my database. Then, I install the Backup & DR agent on the instance, I copy the secret and add a host on the console using this secret.
And this is where my problem appears : when I try to add the host, the connection is made but I get this error even though my instance has its clock synchronized using NTP (see screenshot attached). Also, my console recognizes the instance (it shows me the Debian version it is running) but the certificate is "Uninitialized".
Has anyone got this issue before ? Please let me know !
Thanks to anyone willing to help
Hi @194050192 ,
Welcome to Google Cloud Community.
A "partial success" in a Compute Engine backup and disaster recovery (DR) operation in Google Cloud Platform indicates that some aspects of the backup or recovery were successful, while others failed. Based on your screenshot the warning reports are:
Your Backup & DR host isn't registering correctly, most likely because of an issue with the security secret or a time synchronization problem. Here's how to troubleshoot it:
The 'Uninitialized' certificate is a symptom that the host registration isn't completing. This is usually because the secret you're using is old or incorrect, or there's a time difference between your systems. You'll need to sort out the secret and time sync issues first.
You'll find this guide very helpful for understanding Backup and DR deployment.If you have further questions, please reach out to our Google Cloud Support.
Additional reference about backup and disaster recovery:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.
Hello,
Thank you very much for your very detailed answer !
I finally managed to make it work by using a Shared VPC and I finally have a 'Valid' certificate.
Best regards.
Welcome @194050192, Please accept my answer as "Solution", Thank you.