Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit ef655e9

Browse files
author
Katie Horne
authored
chore: add superuser requirement (#185)
1 parent 370933a commit ef655e9

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

setup/installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ kubectl config set-context --current --namespace=coder
6767
coder coder/coder -n coder --version=<VERSION> -f values.yaml`. **This
6868
must be done for whenever you update the helm chart.**
6969

70-
4. Add the following to your helm chart so that Coder uses your external
71-
PostgreSQL databases:
70+
4. Ensure that you have superuser privileges to your PostgreSQL database. Add
71+
the following to your helm chart so that Coder uses your external PostgreSQL
72+
databases:
7273

7374
```yaml
7475
postgres:

setup/updating.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,25 @@ This guide will show you how to update your Coder deployment.
77

88
## Prerequisites
99

10-
If you haven't already, install [helm](https://helm.sh/docs/intro/install/).
10+
- If you haven't already, install [helm](https://helm.sh/docs/intro/install/).
1111

12-
Before beginning the update process, please make sure that you've added the
13-
Coder helm repo to your cluster. You can verify that the Coder repo has been
14-
added to helm using `helm repo list`:
12+
- Before beginning the update process, ensure that you've added the Coder helm
13+
repo to your cluster. You can verify that the Coder repo has been added to
14+
helm using `helm repo list`:
1515

16-
```console
17-
$ helm repo list
18-
NAME URL
19-
coder https://helm.coder.com
20-
```
16+
```console
17+
$ helm repo list
18+
NAME URL
19+
coder https://helm.coder.com
20+
```
2121

22-
If you don't have the Coder repo, you can add it:
22+
If you don't have the Coder repo, you can add it:
2323

24-
```console
25-
helm repo add coder https://helm.coder.com
26-
```
24+
```console
25+
helm repo add coder https://helm.coder.com
26+
```
2727

28-
Please also ensure that your Kubernetes config is pointing to the cluster on
29-
which you've deployed Coder.
28+
- Ensure that you have superuser privileges to your PostgreSQL database.
3029

3130
## Recommendations
3231

0 commit comments

Comments
 (0)