Skip to content

Commit 0d99a81

Browse files
authored
Merge pull request #403 from timescale/update/changelog-cross-region-backups-azure
update: add changelog entry for cross-region backups on Azure
2 parents bc12357 + 19198f0 commit 0d99a81

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

  • src/content/docs/get-started/news

src/content/docs/get-started/news/new.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,32 @@ import imgTigerCloudDarkMode3 from "../../../../assets/images/get-started/news/t
114114
import imgTigerConsoleServiceLogs from "../../../../assets/images/deploy/tiger-cloud/tiger-console-service-logs.png";
115115
import imgTigerCloudDownloadLogs from "../../../../assets/images/get-started/news/tiger-cloud-download-logs.png";
116116
import imgCreateCrossRegionBackupInTigerConsole from "../../../../assets/images/deploy/tiger-cloud/create-cross-region-backup-in-tiger-console.png";
117+
import imgCreateCrossRegionBackupInTigerConsoleAzure from "../../../../assets/images/deploy/tiger-cloud/create-cross-region-backup-in-tiger-console-azure.png";
117118
import imgHighPerformanceStorageTigerConsole from "../../../../assets/images/build/data-management/high-performance-storage-tiger-console.png";
118119

119120
<ChangelogFilter />
120121

121122
<div class="changelog-page-toc">
122123

124+
## Cross-region backups on Azure
125+
126+
<ChangelogEntry
127+
title="Cross-region backups now available on Azure "
128+
date="2026-07-17"
129+
tags={["new-feature"]}
130+
>
131+
<h2 slot="heading" class="changelog-entry__title">Cross-region backups now available on Azure</h2>
132+
133+
Cross-region backups are now available for Tiger Cloud services running on Microsoft Azure, joining the existing support on AWS. Enterprise plan customers can store an additional copy of their services' backups (weekly full backups, daily incremental backups, and the WAL log) in a different region from where the service runs.
134+
135+
Standard backups are already stored across multiple Availability Zones within a region, which protects against most infrastructure failures. Cross-region backups add protection against the rare case of a region-wide event that takes all Availability Zones at once, by keeping a copy far enough away to remain accessible. This is often required to meet disaster recovery or regulatory requirements.
136+
137+
To learn more, see [cross-region backup and restore](/deploy/tiger-cloud/tiger-cloud-azure/high-availability/backup-restore).
138+
139+
<Image src={imgCreateCrossRegionBackupInTigerConsoleAzure} alt="Enabling cross-region backup in Tiger Console on Azure" />
140+
141+
</ChangelogEntry>
142+
123143
## TimescaleDB v2.28 now on Tiger Cloud
124144

125145
<ChangelogEntry

0 commit comments

Comments
 (0)