Kubernetes Sourcegraph Upgrade Notes
This page lists the changes that are relevant for upgrading Sourcegraph on Kubernetes with Kustomize and Helm.
For upgrade procedures or general info about sourcegraph versioning see the links below:
- Kubernetes Kustomize Upgrade Procedures
- Kubernetes Helm Upgrade Procedures
- General Upgrade Info
- Technical changelog
Attention: These notes may contain relevant information about the infrastructure update such as resource requirement changes or versions of depencies (Docker, kubernetes, externalized databases).
If the notes indicate a patch release exists, target the highest one.
Unreleased
v5.9.0 ➔ v5.10.1164
- This release resolves an issue in the v5.10.0 release which prevented multiversion upgrades from working. You may now target
v5.10.1164
using migrator'supgrade
command. Or use autoupgrade by setting the environment variableSRC_AUTOUPGRADE_IGNORE_DRIFT=true
on thefrontend
deployment.
v5.9.0 ➔ v5.10.0
Warning: Admins are advised to upgrade directly to v5.10.1164 circumventing this release.
Warning: This release updates the database container images from Postgres 12 to Postgres 16, and begins using Wolfi based images. Customers are advised to take a database backup before upgrading! See our postgres 12 end of life notice!
Warning:
automatic
and migratorupgrade
command will not work for this release, please upgrade directly tov5.10.1164
, or to a 5.9 version and conduct a standard upgrade using migrator's defaultup
command!
Notes:
- The container image for pgsql and codeintel-db have been renamed from
postgres-12-alpine
andcodeintel-db
respectively topostgresql-16
. Thecodeinsights-db
container has been renamed topostgresql-16-codeinsights
. - Admins using external dbs who have not yet upgraded from postgres 12 to postgres 16, can expect to see database drift after upgrading to
5.10.0
. The new expected schema definition for Sourcegraph is based on postgres 16. The schema drift is the result of automatic changes made to the schema by pg_upgrade utils, and will not cause issues in the application.- Admins should not run migrators suggested drift fixes, and should instead upgrade their database from postgres 12 to postgres 16.
- Postgres 12 image containers cannot be started with data volumes which have been upgraded by postgres 16.
v5.1.0 -> v5.2.0
Notes:
- The GitHub proxy service has been removed and is no longer required. You can safely remove it. #55290
v5.1.6 ➔ v5.1.7
Notes:
- v5.1.7 of the
deploy-sourcegraph-helm
repo was initially released with the precise-code-intel worker service unable to write to/tmp
. The release was overwritten, users who have not yet upgraded will be unaffected. Users who have already upgraded may ammend this issue by pulling in the fix withhelm repo update
and rerunninghelm upgrade
.
v5.1.4 ➔ v5.1.5
Notes:
- Upgrades from versions
v5.0.3
,v5.0.4
,v5.0.5
, andv5.0.6
tov5.1.5
are affected by an ordering error in thefrontend
databases migration tree. Learn more from the PR which resolves this bug inv5.1.6
. For admins who have already attempted an upgrade to this release from one of the effected versions, see this issue which provides a description of how to manually fix the frontend db.
v4.4.2 ➔ v4.5.0
Notes:
-
Our new
kustomize
repo is introduced. Admins are advised to follow our migrate procedure to migrate away from our legacy deployment -
This release introduces a background job that will convert all LSIF data into SCIP. This migration is irreversible and a rollback from this version may result in loss of precise code intelligence data. Please see the migration notes for more details.
Kubernetes with Helm
- Searcher and Symbols now use StatefulSets and PVCs to avoid large
ephermeralStorage
requests #242 - This release updates
searcher
andsymbols
services to be headless.- Before upgrading, delete your
searcher
andsymbols
services (ex:kubectl delete svc/searcher svc/symbols
) #250
- Before upgrading, delete your
- An env var
CACHE_DIR
was renamed toSYMBOLS_CACHE_DIR
insourcegraph/sourcegraph
. This change was missed in the Helm charts, which caused a permissions issue during some symbols searches. For more details, see the PR to fix the env var: #258.- A revision to the 4.5.1 chart (
4.5.1-rev.1
) was released to address the above issue. Use this revision for upgrades to 4.5.1. (ex:helm upgrade --install --version 4.5.1-rev.1
) #259
- A revision to the 4.5.1 chart (
v4.3 ➔ v4.4.1
Notes:
-
Users attempting a multi-version upgrade to v4.4.0 may be affected by a known bug in which an outdated schema migration is included in the upgrade process. This issue is fixed in patch v4.4.2
- The error will be encountered while running
upgrade
, and contains the following text:"frontend": failed to apply migration 1648115472
.- To resolve this issue run migrator with the args
'add-log', '-db=frontend', '-version=1648115472'
. - If migrator was stopped while running
upgrade
the next run of upgrade will encounter drift, this drift should be disregarded by providing migrator with the--skip-drift-check
flag.
- To resolve this issue run migrator with the args
- The error will be encountered while running
v4.1 ➔ v4.2.1
Notes:
-
The
worker-executors
Service object is now included in manifests generated usingkustomize
. This object was already introduced in the base manifest, but omitted from manifests generated usingkustomize
. Its purpose is to enable ingested executor metrics to be scraped by Prometheus. It should have no impact on behavior. -
minio
has been replaced withblobstore
. Please see the update notes here -
This upgrade adds a node-exporter DaemonSet, which collects crucial machine-level metrics that help Sourcegraph scale your deployment.
- Note: Similarly to
cadvisor
,node-exporter
:- runs as a DaemonSet
- needs to mount various read-only directories from the host machine (
/
,/proc
, and/sys
) - ideally shares the machine's PID namespace
For more information, see deploy-sourcegraph-helm's Changelog or contact customer support.
- Note: Similarly to
v3.43 ➔ v4.0
Notes:
jaeger-agent
sidecars have been removed in favor of an OpenTelemetry Collector DaemonSet + Deployment configuration. See Configure a tracing backend section.- Exporting traces to an external observability backend is now available. Read the documentation to configure.
- The bundled Jaeger instance is now disabled by default. It can be enabled if you do not wish to utilise your own external tracing backend.
v3.40 ➔ v3.41
Notes:
- The Postgres DBs
frontend
andcodeintel-db
are now given 1 hour to begin accepting connections before Kubernetes restarts the containers. #4136
v3.39 ➔ v3.40
Notes:
cadvisor
now defaults to run inprivileged
mode. This allowscadvisor
to collect out of memory events happening to containers which can be used to discover underprovisoned resources. This is disabled by default innon-privileged
overlay. #4126- Updated the Nginx ingress controller to v1.2.0. Previously this image originated from quay.io, now it is pulled from the official k8s repository. A redeployment of the ingress
controller may be necessary if your deployment used the manifests provided in
configure/ingress-nginx
. #4128 - The alpine-3.12 docker images used as init containers for some deployments have been replaced with images based on alpine-3.14. #4129
v3.38 ➔ v3.39
Notes:
- The
codeinsights-db
container no longer uses TimescaleDB and is now based on the standard Postgres image sourcegraph/deploy-sourcegraph#4103. Metrics scraping is also enabled. - CAUTION: If you use a custom Code Insights postgres config, you must update the
shared_preload_libraries
list to remove timescaledb. The above PR demonstrates this change.
v3.36 ➔ v3.37
Notes:
- This release adds a new
migrator
initContainer to the frontend deployment to run database migrations. Confirm the environment variables on this new container match your database settings. Docs - If performing a multiversion upgrade from an instance prior to this version see our upgrading early versions documentation
v3.35 ➔ v3.36
Notes:
- The
backend
service has been removed, so if you deploy with a method other thankubectl-apply-all.sh
, a manual removal of the service may be necessary.
v3.34 ➔ v3.35
Notes:
- The query-runner deployment has been removed, so if you deploy with a method other than the
kubectl-apply-all.sh
, a manual removal of the deployment may be necessary. Follow the standard upgrade procedure to upgrade your deployment. - There is a known issue with the Code Insights out-of-band settings migration not reaching 100% complete when encountering deleted users or organizations.
v3.30 ➔ v3.31
WARNING: This upgrade must originate from
v3.30.3
.
Notes:
- The built-in main Postgres (
pgsql
) and codeintel (codeintel-db
) databases have switched to an alpine-based Docker image. Upon upgrading, Sourcegraph will need to re-index the entire database. All users that use our bundled (built-in) database instances must read through the 3.31 upgrade guide before upgrading.
v3.29 ➔ v3.30
WARNING: If you have already upgraded to 3.30.0, 3.30.1, or 3.30.2 please follow this migration guide.
Notes:
- This upgrade removes the
non-root
overlay, in favor of using only thenon-privileged
overlay for deploying Sourcegraph in secure environments. If you were previously deploying using thenon-root
overlay, you should now generate overlays using thenon-privileged
overlay.
v3.28 ➔ v3.29
Notes:
- This upgrade adds a new
worker
service that runs a number of background jobs that were previously run in thefrontend
service. See notes on deploying workers for additional details. Good initial values for CPU and memory resources allocated to this new service should match thefrontend
service.
v3.27 ➔ v3.28
Notes:
- All Sourcegraph images now have a registry prefix. #2901
- The memory requirements for
redis-cache
andredis-store
have been increased by 1GB. See https://github.com/sourcegraph/deploy-sourcegraph/pull/2898 for more context.
v3.26 ➔ v3.27
WARNING: Sourcegraph 3.27 now requires Postgres 12+.
Notes:
WARNING: We have updated the default replicas for
sourcegraph-frontend
andprecise-code-intel-worker
to2
. If you use a custom value, make sure you do not merge the replica change.
NOTE: The Postgres 12 database migration scales with the size of your database, and the resources provided to the container. Expect to have downtime relative to the size of your database. Additionally, you must ensure that have enough storage space to accommodate the migration. A rough guide would be 2x the current on-disk database size
- If you are using an external database, upgrade your database to Postgres 12 or above prior to upgrading Sourcegraph. No action is required if you are using the supplied database images.
- If performing a multiversion upgrade from an instance prior to this version see our upgrading early versions documentation
v3.24 ➔ v3.25
Notes:
- Go
1.15
introduced changes to SSL/TLS connection validation which requires certificates to include aSAN
. This field was not included in older certificates and clients relied on theCN
field. You might see an error likex509: certificate relies on legacy Common Name field
. We recommend that customers using Sourcegraph with an external database and and connecting to it using SSL/TLS check whether the certificate is up to date.- AWS RDS customers please reference AWS' documentation on updating the SSL/TLS certificate for steps to rotate your certificate.
v3.21 ➔ v3.22
Notes:
- This upgrade removes the
code intel bundle manager
. This service has been deprecated and all references to it have been removed. - This upgrade also adds a MinIO container that doesn't require any custom configuration. You can find more detailed documentation in here.
v3.20 ➔ v3.21
Notes:
- This release introduces a second database instance,
codeintel-db
. If you have configured Sourcegraph with an external database, then update theCODEINTEL_PG*
environment variables to point to a new external database as described in the external database documentation. Again, these must not point to the same database or the Sourcegraph instance will refuse to start.
v3.18 ➔ v3.19
Notes:
- WARNING: If you use an overlay that does not reference one of the provided overlays, please add
- /admin/bases/pvcs
as an additional base to yourkustomization.yaml
file. Otherwise the PVCs could be pruned ifkubectl apply -prune
is used.