Skip to content

Commit 6d9b847

Browse files
committed
D1 alpha backup access removed
1 parent d9a91d7 commit 6d9b847

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

src/content/docs/d1/reference/backups.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,17 @@ sidebar:
77

88
D1 has built-in support for creating and restoring backups of your databases, including support for scheduled automatic backups and manual backup management.
99

10-
:::caution[Time Travel]
10+
:::caution[Planned removal]
11+
12+
Access to snapshot based backups for D1 alpha databases described in this documentation will be removed on [2025-06-01](/d1/platform/release-notes/#2025-06-01).
1113

12-
The snapshot based backups described in this documentation are deprecated, and limited to the original alpha databases.
14+
:::
15+
16+
:::caution[Time Travel]
1317

14-
Databases using D1's [production storage subsystem](https://blog.cloudflare.com/d1-turning-it-up-to-11/) can use Time Travel. Time Travel replaces the [snapshot-based backups](/d1/reference/backups/) used for legacy alpha databases.
18+
Databases using D1's [production storage subsystem](https://blog.cloudflare.com/d1-turning-it-up-to-11/) can use Time Travel point-in-time recovery. [Time Travel](/d1/reference/time-travel/) replaces the snapshot based backups used for legacy alpha databases.
1519

16-
To understand which storage subsystem your database uses, run `wrangler d1 info YOUR_DATABASE` and inspect the `version` field in the output. Databases with `version: production` support the new Time Travel API. Databases with `version: alpha` only support the older, snapshot-based backup API.
20+
To understand which storage subsystem your database uses, run `wrangler d1 info YOUR_DATABASE` and check for the `version` field in the output.Databases with `version: alpha` only support the older, snapshot based backup API.
1721

1822
:::
1923

src/content/release-notes/d1.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ productLink: "/d1/"
55
productArea: Developer platform
66
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8+
- publish_date: "2025-06-01"
9+
title: D1 alpha database backup access removed
10+
description: |-
11+
Following the removal of query access to D1 alpha databases on [2024-08-23](/d1/platform/release-notes/#2024-08-23), D1 alpha database backups can no longer be accessed or created with [`wrangler d1 backup`](/d1/reference/backups/).
12+
13+
If you want to retain a backup of your D1 alpha database, please use `wrangler d1 backup` before 2025-06-01. A D1 alpha backup can be used to [migrate](/d1/platform/alpha-migration/#5-create-a-new-d1-database) to a newly created D1 database in its generally available state.
14+
815
- publish_date: "2025-05-02"
916
title: D1 HTTP API permissions bug fix
1017
description: |-

0 commit comments

Comments
 (0)