Skip to content
Morgan Brown edited this page Jul 17, 2026 · 1 revision

The only services with important data that can be lost are the SQL Database and Blob Storage. (Table Storage also has user data, but it's just player entries that have been synced, so it's only important during an event).

Automatic Backups

SQL Azure is configured with automatic point-in-time backups. Both SQL Azure and Blob Storage are also internally redundant against individual server failures. That means we only need backups to recover from site bugs that corrupt data or catastrophic loss (eg of the subscription).

Manual Backups

SQL Backups

Clone this wiki locally