Skip to content

Commit 7c0e00f

Browse files
committed
integrations removal changelog
1 parent ba2c073 commit 7c0e00f

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title: Workers integrations tab removed from dashboard
3+
description: As we evolve our integrations marketplace strategy, the Workers integrations tab has been removed from the Workers dashboard. Existing integrations continue to work, and new connections should be configured using Wrangler secrets.
4+
products:
5+
- workers
6+
date: 2025-06-09T19:00:00Z
7+
---
8+
9+
We are evolving our integrations marketplace strategy to better serve developers' needs. As part of this change, we have removed the database integrations tab from the Workers dashboard in favor of a more straightforward approach using [Wrangler secrets](/workers/wrangler/commands/#secret).
10+
11+
## Background
12+
13+
Database integrations were [originally launched in May 2023](https://blog.cloudflare.com/announcing-database-integrations/) to connect to popular databases and observability providers with your Worker in just a few clicks.
14+
15+
## What's changed
16+
17+
- **Integrations tab removed**: The database integrations setup flow is no longer available in the Workers dashboard.
18+
- **Manual secret configuration**: New database connections should be configured by adding credentials as secrets to your Workers using `npx wrangler secret put` commands.
19+
- **Simplified workflow**: Developers now have direct control over their database credentials without needing to go through dashboard integration flows.
20+
21+
22+
## Impact on existing integrations
23+
24+
**Existing integrations will continue to work without any changes required.** If you have database integrations that were previously created through the dashboard, they will remain functional.
25+
26+
## Updating existing integrations
27+
28+
If you'd like to modify your existing integration, you can update the secrets, environment variables, or Tail Workers that were created from the original integration setup. Use the following approaches:
29+
30+
- **Update secrets**: Use `npx wrangler secret put <SECRET_NAME>` to update credential values
31+
- **Modify environment variables**: Update variables through the dashboard or Wrangler configuration
32+
- **Dashboard management**: Access your Worker's settings in the [Cloudflare dashboard](https://dash.cloudflare.com) to modify integration-created resources
33+
34+
## Setting up new database connections
35+
36+
For new database connections, refer to our [third-party database integrations documentation](/workers/databases/third-party-integrations/) for step-by-step guides on connecting to popular database providers including:
37+
38+
- [Turso](/workers/databases/third-party-integrations/turso/)
39+
- [Neon](/workers/databases/third-party-integrations/neon/)
40+
- [Supabase](/workers/databases/third-party-integrations/supabase/)
41+
- [PlanetScale](/workers/databases/third-party-integrations/planetscale/)
42+
- [Upstash](/workers/databases/third-party-integrations/upstash/)
43+
- [Xata](/workers/databases/third-party-integrations/xata/)
44+
45+
Each guide includes the exact `wrangler secret put` commands and environment setup needed to connect your Worker to the respective database service.

0 commit comments

Comments
 (0)