Jump to content

Cloud Edition level of data redundancy


Machiel van Hooren

Recommended Posts

I'd like to know at what level of redundancy our data is stored in the cloud.

I read somewhere that Cloud Edition relies on Azure to provide data redundancy, however, Azure offers various levels of redundancy. 

See https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy 

So is our data locally-redundant, zone-redundant or even geo-redundant?

Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...

Hi,

We actually store our repository data on Google Cloud Platform. 

We perform nightly backups of the repository metadata and retain those for at least 7 days. 

The repository data itself is stored in Binary Large Object (BLOB) files on Google Cloud Storage persistent disks. According to Google's own documentation:

Objects written to Cloud Storage must be redundantly stored in at least two different availability zones before the write is acknowledged as successful. Checksums are stored and regularly revalidated to proactively verify that the data integrity of all data at rest as well as to detect corruption of data in transit. If required, corrections are automatically made using redundant data.

The integrity and the error recovery from those copies are handled by Google automatically.

In the event of a hardware or system failure in a GCP data center, there could be some downtime as the SLA of GCP that for our configuration is >= 99.9%. However, the integrity of the data, as noted above, is protected. 99.9% uptime translates to a maximum total downtime of fewer than 9 hours per year. 

Regards,

Carlos.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...