diff --git a/_snippets/faq-snippet.mdx b/_snippets/faq-snippet.mdx
index c523c3f3..caf5a094 100644
--- a/_snippets/faq-snippet.mdx
+++ b/_snippets/faq-snippet.mdx
@@ -24,7 +24,7 @@ Yes, Upstash is compatible Redis client protocol.
## Which cloud providers do you support?
-Initially we have AWS and GCP. Digital Ocean is planned.
+Upstash Redis is available on AWS, GCP and Fly.io.
## Which regions do you support in AWS?
diff --git a/llms-full.txt b/llms-full.txt
index dfe06699..89328558 100644
--- a/llms-full.txt
+++ b/llms-full.txt
@@ -14933,7 +14933,7 @@ Yes, Upstash is compatible Redis client protocol.
## Which cloud providers do you support?
-Initially we have AWS and GCP. Digital Ocean is planned.
+Upstash Redis is available on AWS, GCP and Fly.io.
## Which regions do you support in AWS?
diff --git a/redis/help/faq.mdx b/redis/help/faq.mdx
index 7c997ddd..97537b17 100755
--- a/redis/help/faq.mdx
+++ b/redis/help/faq.mdx
@@ -26,7 +26,7 @@ Yes, Upstash is compatible Redis client protocol.
## Which cloud providers do you support?
-Initially we have AWS and GCP. Digital Ocean is planned.
+Upstash Redis is available on AWS, GCP and Fly.io.
## Which regions do you support in AWS?
diff --git a/redis/quickstarts/digitalocean.mdx b/redis/quickstarts/digitalocean.mdx
index cdf9bdd2..c169dd14 100755
--- a/redis/quickstarts/digitalocean.mdx
+++ b/redis/quickstarts/digitalocean.mdx
@@ -6,10 +6,16 @@ title: "DigitalOcean"
file="redis/start-redis-snippet.mdx"
/>
-
- Upstash has native integration with [DigitalOcean Add-On
- Marketplace](https://marketplace.digitalocean.com/add-ons/upstash-redis).
-
+
+ Upstash Redis on DigitalOcean is deprecated and will be permanently shut down
+ on **August 31, 2026**. After this date, DigitalOcean-created Upstash Redis
+ databases will no longer be available or supported.
+
+ To continue operating without interruption, migrate to a standard Upstash
+ Redis database before the shutdown date. Migration is based on RDB
+ export/import, and billing will move from DigitalOcean to Upstash after you
+ create and use the new database.
+
This quickstart shows how to create an Upstash for RedisĀ® Database from
DigitalOcean Add-On Marketplace.
diff --git a/workflow/quickstarts/astro.mdx b/workflow/quickstarts/astro.mdx
index 61638592..6a7252bb 100644
--- a/workflow/quickstarts/astro.mdx
+++ b/workflow/quickstarts/astro.mdx
@@ -166,7 +166,7 @@ When deploying your Astro app with Upstash Workflow to production, there are a f
2. **Remove Local Development Settings**: In your production code, you can remove or conditionally exclude any local development settings. For example, if you used [local tunnel for local development](/workflow/howto/local-development#local-tunnel-with-ngrok)
-3. **Deployment**: Deploy your Astro app to production as you normally would, for example to Vercel, Heroku, or AWS.
+3. **Deployment**: Deploy your Astro app to production as you normally would, for example to Vercel or AWS.
4. **Verify Workflow Endpoint**: After deployment, verify that your workflow endpoint is accessible by making a POST request to your production URL:
diff --git a/workflow/quickstarts/express.mdx b/workflow/quickstarts/express.mdx
index 46f53800..1a331b93 100644
--- a/workflow/quickstarts/express.mdx
+++ b/workflow/quickstarts/express.mdx
@@ -171,7 +171,7 @@ When deploying your Hono app with Upstash Workflow to production, there are a fe
2. **Remove Local Development Settings**: In your production code, you can remove or conditionally exclude any local development settings. For example, if you used [local tunnel for local development](/workflow/howto/local-development#local-tunnel-with-ngrok)
-3. **Deployment**: Deploy your Express.js app to production as you normally would, for example to fly.io, Heroku, or AWS.
+3. **Deployment**: Deploy your Express.js app to production as you normally would, for example to fly.io or AWS.
4. **Verify Workflow Endpoint**: After deployment, verify that your workflow endpoint is accessible by making a POST request to your production URL: