Skip to content

Commit 46c4326

Browse files
committed
chore: import latest changes
1 parent 5fde188 commit 46c4326

File tree

3 files changed

+27
-13
lines changed

3 files changed

+27
-13
lines changed

docs/self-hosting/manage/update/to-latest-version.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The update process may involve a brief downtime as services are updated and rest
1313

1414
## Prerequisites
1515

16-
We recommend creating a backup of your data before any version updates. See [Backup data](/self-hosting/manage/backup-restore).
16+
We recommend creating a backup of your data before any version updates. See [backup and restore data](/self-hosting/manage/backup-restore).
1717

1818
## Check version
1919

@@ -25,6 +25,12 @@ You can quickly check your Plane version by clicking the **?** icon on the sideb
2525

2626
1. Update your Prime CLI with the command ↓:
2727

28+
:::warning
29+
For Commercial Edition v1.13.0, ensure you're using the **latest version of
30+
Docker Compose**. Check your Docker Compose version with `docker-compose
31+
--version` and update if needed.
32+
:::
33+
2834
```bash
2935
sudo prime-cli update-cli
3036
```

docs/self-hosting/methods/docker-compose.mdx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ sidebar_position: 1
88

99
This guide shows you the steps to deploy a self-hosted instance of Plane using Docker.
1010

11+
:::tip
12+
If you want to upgrade from Community to the Commercial edition, see [Upgrade to
13+
Commercial Edition](/self-hosting/manage/upgrade/upgrade-from-community).
14+
:::
15+
1116
## Install Plane
1217

13-
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.
1419

1520
### Prerequisites
1621

@@ -22,12 +27,13 @@ Plane One and Plane Pro are enabled on this edition, so the Free plan on this ed
2227
- CentOS
2328
- Amazon Linux 2 or Linux 2023
2429

25-
### Procedure
26-
2730
:::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.
2933
:::
3034

35+
### Procedure
36+
3137
1. `ssh` into your machine as the root user (or user with sudo access) per the norms of your hosting provider.
3238
2. Run the command below:
3339
```

docs/self-hosting/methods/kubernetes.mdx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,27 @@ sidebar_position: 3
88

99
This guide shows you the steps to deploy a self-hosted instance of Plane using Kubernetes.
1010

11+
:::tip
12+
If you want to upgrade from Community to the Commercial edition, see [Upgrade to
13+
Commercial Edition](/self-hosting/manage/upgrade/upgrade-from-community).
14+
:::
15+
1116
## Install Plane
1217

13-
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.
1419

1520
### Prerequisites
1621

1722
- A working Kubernetes cluster
1823
- `kubectl` and `helm` on the client system that you will use to install our Helm charts
24+
- `helm` chart v1.3.0 or later
1925

2026
### Procedure
2127

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-
2628
1. Open terminal or any other command-line app that has access to Kubernetes tools on your local system.
2729
2. Set the following environment variables:
2830
```bash
29-
PLANE_VERSION=v1.10.0
31+
PLANE_VERSION=v1.13.0
3032
```
3133
```bash
3234
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
8385
```
8486

8587
Make sure you set the required environment variables listed below:
86-
- `planeVersion: v1.10.0`
88+
- `planeVersion: v1.13.0`
8789
- `license.licenseDomain: <The domain you have specified to host Plane>`
8890
- `license.licenseServer: https://prime.plane.so`
8991
- `ingress.enabled: <true | false>`
@@ -114,7 +116,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
114116

115117
| Setting | Default | Required | Description |
116118
|---|:---:|:---:|---|
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.` |
118120
| 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. |
119121
| 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. |
120122

0 commit comments

Comments
 (0)