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: self-hosting/govern/database-and-storage.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ The Prime CLI lets you easily configure your Commercial Edition instance, provid
25
25
26
26
<Warning>
27
27
Don’t use a database on your local machine. If you use `localhost` in the URL, it won’t work. Make sure to use a database hosted on a network-accessible server.
28
+
29
+
Avoid using special characters in your PostgreSQL password.
28
30
</Warning>
29
31
30
32
-`External Redis URL`
@@ -95,6 +97,12 @@ To configure external Postgres, Redis, and S3 storage for the Plane Community Ed
95
97
DATABASE_URL= # Leave this empty if you're providing values for the variables above. If you choose to use the DATABASE_URL, you can leave all the other database-related variables empty.
96
98
```
97
99
100
+
<Warning>
101
+
Don’t use a database on your local machine. If you use `localhost` in the URL, it won’t work. Make sure to use a database hosted on a network-accessible server.
102
+
103
+
Avoid using special characters in your PostgreSQL password.
104
+
</Warning>
105
+
98
106
3. In the **REDIS SETTINGS** section, update the variables to connect to your external Redis instance:
Copy file name to clipboardExpand all lines: self-hosting/methods/kubernetes.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,14 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
20
20
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
21
21
2. Set the following environment variables:
22
22
```bash
23
-
PLANE_VERSION=v1.6.0
23
+
PLANE_VERSION=v1.8.0
24
24
```
25
25
```bash
26
26
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
27
27
```
28
28
29
29
<Warning>
30
-
When configuring the PLANE_VERSION environment variable, **do not** set it to `stable`. Always specify the latest version number (e.g., `1.6.0`). Using `stable` can lead to unexpected issues.
30
+
When configuring the PLANE_VERSION environment variable, **do not** set it to `stable`. Always specify the latest version number (e.g., `1.8.0`). Using `stable` can lead to unexpected issues.
31
31
</Warning>
32
32
33
33
3. Add the Plane helm chart repo.
@@ -77,7 +77,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
77
77
```
78
78
79
79
Make sure you set the required environment variables listed below:
80
-
-`planeVersion: v1.6.0`
80
+
-`planeVersion: v1.8.0`
81
81
-`license.licenseDomain: <The domain you have specified to host Plane>`
82
82
-`license.licenseServer: https://prime.plane.so`
83
83
-`ingress.enabled: <true | false>`
@@ -107,7 +107,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
107
107
108
108
| Setting | Default | Required | Description |
109
109
|---|:---:|:---:|---|
110
-
| planeVersion | v1.6.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.`|
110
+
| planeVersion | v1.8.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.`|
111
111
| license.licenseServer |`https://prime.plane.so`| Yes | Sets the value of the `licenseServer` that gets you your license and validates it periodically. Don't change this. |
112
112
| license.licenseDomain | 'plane.example.com' | Yes | The fully-qualified domain name (FQDN) in the format `sudomain.domain.tld` or `domain.tld` that the license is bound to. It is also attached to your `ingress` host to access Plane. |
0 commit comments