Errors & Troubleshooting

General error messages related to storage and how to troubleshoot them.

Troubleshooting

Google Drive - unusual traffic from your computer network

If you see one of these errors below when trying to store your backup on Google Drive or Google Cloud Storage, it is very likely Google started blocking your server.

Example Error Messages

  • googleapi: got HTTP response code 429

Error Cases

Case 1

If backup job is directly carried out from your own server to Google Drive, then it means that your server’s IP or network are being blocked.

One solution is to attach another IP address (network interface) to your machine, then provide us the new IP we could use from your machine. Afterwards, we will instruct SimpleBackups to use that new IP when communicating with Google.

Suggested Solution

  1. Ensure that only one job is scheduled to send backups to your storage at a time. If you have multiple scheduled jobs exactly at the same time, sending backups to the same storage, then this will highly increase the risk of being throttled by the storage provider.
  1. Attach a new IP (a secondary IP a.b.c.d) to your instance via the cloud provider
  1. SSH into your server, and run the following to validate that you have correctly attached the new IP and that it can access the internet: curl --interface NEW_NETWORK_INTEFACE icanhazip.com 
  1. Validate that you see the new IP a.b.c.d in the response
  1. Send us the new IP and the backup ID, and we will use that new IP when communicating with Google from your machine.
 

Case 2

If the backup job is using the serverless option on SimpleBackups, then

Suggested Solution

  1. Ensure that only one job is scheduled to send backups to your storage at a time. If you have multiple scheduled jobs exactly at the same time, sending backups to the same storage, then this will highly increase the risk of being throttled by the storage provider.
  1. Set the backup schedule to on-demand and try again after 24 hours. It takes a day to completely reset the quotas for API requests on many storage providers.
  1. If the job still fails, reach out to us and let us know that you have tried this and it still does not work.
 

Request a quota increase from Google

Google suggests that:

Depending on your project's resource usage, you might want to request a quota increase.

As you increasingly use Google Cloud over time, your quotas might need to increase. If you expect a notable upcoming increase in usage, you can proactively request quota adjustments from the Quotas page in the Google Cloud console.

Did this answer your question?
😞
😐
🤩

Last updated on August 4, 2021