You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configure.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -161,10 +161,7 @@ Sourcegraph should now be accessible at `$EXTERNAL_ADDR:30080`, where `$EXTERNAL
161
161
162
162
## Update site configuration
163
163
164
-
Sourcegraph's application configuration is stored in the PostgreSQL database. For editing this configuration you may use the web UI and management console, respectively. Please refer to the following documentation:
Sourcegraph's application configuration is stored in the PostgreSQL database. For editing this configuration you may use the web UI. See [site configuration](https://docs.sourcegraph.com/admin/config/site_config) for more information.
168
165
169
166
## Configure TLS/SSL
170
167
@@ -206,7 +203,7 @@ If you exposed your Sourcegraph instance via an ingress controller as described
206
203
host: sourcegraph.example.com
207
204
```
208
205
209
-
1. Change your `externalURL` in [the management console](https://docs.sourcegraph.com/admin/management_console) to e.g. `https://sourcegraph.example.com`:
206
+
1. Change your `externalURL` in [the site configuration](https://docs.sourcegraph.com/admin/config/site_config) to e.g. `https://sourcegraph.example.com`:
210
207
211
208
**WARNING:** Do NOT commit the actual TLS cert and key files to your fork (unless your fork is
212
209
private **and** you are okay with storing secrets in it).
1. Create an account on or sign in to sourcegraph.com, and go to https://sourcegraph.com/subscriptions/new to obtain a license key.
497
494
498
-
1. Once you have a license key, add it to your configuration by setting it [in the management console](https://docs.sourcegraph.com/admin/management_console).
495
+
1. Once you have a license key, add it to your [site configuration](https://docs.sourcegraph.com/admin/config/site_config).
Copy file name to clipboardExpand all lines: docs/migrate.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ This document records manual migrations that are necessary to apply when upgradi
4
4
Sourcegraph versions. All manual migrations between the version you are upgrading from and the
5
5
version you are upgrading to should be applied (unless otherwise noted).
6
6
7
+
## 3.11
8
+
9
+
In 3.11 we removed the management console. If you make use of `CRITICAL_CONFIG_FILE` or `SITE_CONFIG_FILE`, please refer to the [migration notes for Sourcegraph 3.11+](https://docs.sourcegraph.com/admin/migration/3_11).
10
+
7
11
## 3.10
8
12
9
13
In 3.9 we migrated `indexed-search` to a StatefulSet. However, we didn't migrate the `indexed-search` service to a headless service. You can't mutate a service, so you will need to replace the service before running `kubectl-apply-all.sh`:
0 commit comments