Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin/deploy/kubernetes/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ To perform a **manual** multi-version upgrade on a Sourcegraph instance running
- Check the [upgrade notes](/admin/updates/kubernetes#kubernetes-upgrade-notes) for the version range you're passing through.
- Check the `Site Admin > Updates` page to determine [upgrade readiness](/admin/updates/#upgrade-readiness).

2. **Disable Connections to the Database**:
2. **Scale down Connections to the Database**:
- The following services must have their replicas scaled to 0:
- Deployments (e.g., `kubectl scale deployment <name> --replicas=0`)
- precise-code-intel-worker
Expand Down
Loading