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
Plane One and Plane Pro are enabled on this edition, so the Free plan on this edition is easier to trial our paid plans from.
18
+
Plane Pro and Plane Business are enabled on this edition, so the Free plan on this edition is easier to trial our paid plans from.
14
19
15
20
### Prerequisites
16
21
@@ -22,12 +27,13 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
22
27
- CentOS
23
28
- Amazon Linux 2 or Linux 2023
24
29
25
-
### Procedure
26
-
27
30
:::tip
28
-
If you want to upgrade from Community to the Commercial edition, see [Upgrade to Commercial Edition](/self-hosting/manage/upgrade/upgrade-from-community).
31
+
Ensure you're using the **latest version of Docker Compose**. Check your Docker
32
+
Compose version with `docker-compose --version` and update if needed.
29
33
:::
30
34
35
+
### Procedure
36
+
31
37
1.`ssh` into your machine as the root user (or user with sudo access) per the norms of your hosting provider.
Plane One and Plane Pro are enabled on this edition, so the Free plan on this edition is easier to trial our paid plans from.
18
+
Plane Pro and Plane Business are enabled on this edition, so the Free plan on this edition is easier to trial our paid plans from.
14
19
15
20
### Prerequisites
16
21
17
22
- A working Kubernetes cluster
18
23
-`kubectl` and `helm` on the client system that you will use to install our Helm charts
24
+
-`helm` chart v1.3.0 or later
19
25
20
26
### Procedure
21
27
22
-
:::tip
23
-
If you want to upgrade from Community to the Commercial edition, see [Upgrade to Commercial Edition](/self-hosting/manage/upgrade/upgrade-from-community).
24
-
:::
25
-
26
28
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
27
29
2. Set the following environment variables:
28
30
```bash
29
-
PLANE_VERSION=v1.10.0
31
+
PLANE_VERSION=v1.13.0
30
32
```
31
33
```bash
32
34
DOMAIN_NAME=<subdomain.domain.tld or domain.tld>
@@ -83,7 +85,7 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
83
85
```
84
86
85
87
Make sure you set the required environment variables listed below:
86
-
-`planeVersion: v1.10.0`
88
+
-`planeVersion: v1.13.0`
87
89
-`license.licenseDomain: <The domain you have specified to host Plane>`
88
90
-`license.licenseServer: https://prime.plane.so`
89
91
-`ingress.enabled: <true | false>`
@@ -114,7 +116,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
114
116
115
117
| Setting | Default | Required | Description |
116
118
|---|:---:|:---:|---|
117
-
| planeVersion | v1.10.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.`|
119
+
| planeVersion | v1.13.0 | Yes | Specifies the version of Plane to be deployed. Copy this from `prime.plane.so.`|
118
120
| 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. |
119
121
| 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