diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index 89b90df00f177f..cadc9dc9a58f16 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -179,11 +179,6 @@ wrangler generate [] [TEMPLATE] Interact with Cloudflare's D1 service. -:::note - -Report D1 bugs in [GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose). -::: - ### `create` Creates a new D1 database, and provides the binding and UUID that you will put in your `wrangler.toml` file. @@ -272,13 +267,6 @@ You must provide either `--command` or `--file` for this command to run successf ### `export` -:::caution - -This command does not work with databases created during D1's alpha period. You can check which version your database uses with `wrangler d1 info `. - -Refer to the [Backups (Legacy)](/d1/reference/backups/) in the D1 documentation for more information on D1's backup approach during the alpha period. Also, please check the [Alpha version migration guide](/d1/platform/alpha-migration/) for more information on migrating your database to the current version. -::: - Export a D1 database or table's schema and/or content to a `.sql` file. ```txt