From b698531c221e70a9500111098cbd2729f460cd7d Mon Sep 17 00:00:00 2001 From: Warren Gifford Date: Thu, 12 Feb 2026 17:53:33 +0000 Subject: [PATCH] deprecate notice --- docs/self-hosted/updates/pure-docker.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/self-hosted/updates/pure-docker.mdx b/docs/self-hosted/updates/pure-docker.mdx index dbc176290..ab38230cd 100644 --- a/docs/self-hosted/updates/pure-docker.mdx +++ b/docs/self-hosted/updates/pure-docker.mdx @@ -1,5 +1,7 @@ # Updating a pure-Docker Sourcegraph cluster +> WARNING: **The pure-Docker deployment type is planned for deprecation.** We recommend migrating to a supported deployment method such as [Docker Compose](/self-hosted/deploy/docker-compose) or [Kubernetes](/self-hosted/deploy/kubernetes). If you have questions or need assistance with migration, please [contact support](https://sourcegraph.com/contact). + This document describes the exact changes needed to update a [pure-Docker Sourcegraph cluster](https://github.com/sourcegraph/deploy-sourcegraph-docker). Each section comprehensively describes the changes needed in Docker images, environment variables, and added/removed services. **Always refer to this page before upgrading Sourcegraph,** as it comprehensively describes the steps needed to upgrade, and any manual migration steps you must perform.