diff --git a/src/content/docs/d1/reference/backups.mdx b/src/content/docs/d1/reference/backups.mdx index 0b26855c41a4f5c..bbeb052fc7c8188 100644 --- a/src/content/docs/d1/reference/backups.mdx +++ b/src/content/docs/d1/reference/backups.mdx @@ -5,15 +5,19 @@ sidebar: order: 9 --- -D1 has built-in support for creating and restoring backups of your databases, including support for scheduled automatic backups and manual backup management. +D1 has built-in support for creating and restoring backups of your databases with wrangler v3, including support for scheduled automatic backups and manual backup management. -:::caution[Time Travel] +:::caution[Planned removal] + +Access to snapshot based backups for D1 alpha databases described in this documentation will be removed on [2025-07-01](/d1/platform/release-notes/#2025-07-01). -The snapshot based backups described in this documentation are deprecated, and limited to the original alpha databases. +::: + +:::caution[Time Travel] -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. +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. -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. +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. ::: diff --git a/src/content/release-notes/d1.yaml b/src/content/release-notes/d1.yaml index 681bdb349abba7a..ae447c0fb3365a0 100644 --- a/src/content/release-notes/d1.yaml +++ b/src/content/release-notes/d1.yaml @@ -5,6 +5,13 @@ productLink: "/d1/" productArea: Developer platform productAreaLink: /workers/platform/changelog/platform/ entries: + - publish_date: "2025-07-01" + title: D1 alpha database backup access removed + description: |- + 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/), available with wrangler v3. + + If you want to retain a backup of your D1 alpha database, please use `wrangler d1 backup` before 2025-07-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. + - publish_date: "2025-05-02" title: D1 HTTP API permissions bug fix description: |-