Skip to content

Commit fe9e52f

Browse files
uwedeportivoChristina Forney
andauthored
doc: clarify and separate in migration doc the two changes in 3.14 (sourcegraph#545)
* doc: clarify and separate in migration doc the two changes in 3.14 * Update docs/migrate.md Co-Authored-By: Christina Forney <[email protected]> * Update docs/migrate.md Co-Authored-By: Christina Forney <[email protected]> Co-authored-by: Christina Forney <[email protected]>
1 parent 3116aec commit fe9e52f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/migrate.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ version you are upgrading to should be applied (unless otherwise noted).
66

77
## 3.14 (Unreleased)
88

9+
### Existing installations: Migrating the container user from root to non-root
10+
911
Version 3.14 changes the security context of the installation by switching to a non-root user for all containers.
1012
This allows running Sourcegraph in clusters with restrictive security policies.
1113

@@ -37,6 +39,8 @@ restart the necessary containers.
3739
New installations do not need this `kustomization` and existing installations can operate from base again after the
3840
migration.
3941

42+
### New installations: accommodate clusters with restrictive security policies
43+
4044
New installations on clusters with restrictive security policies can now use a kustomization to accomodate those restrictions:
4145

4246
```shell script
@@ -135,4 +139,3 @@ Sourcegraph 3.0 ships with Postgres 11.1. The upgrade procedure is mostly automa
135139
## 2.12
136140

137141
Beginning in version 2.12.0, Sourcegraph's Kubernetes deployment [requires an Enterprise license key](https://about.sourcegraph.com/pricing). Follow the steps in [docs/configure.md](docs/configure.md#add-a-license-key).
138-

0 commit comments

Comments
 (0)