Skip to content

Commit edd24a7

Browse files
committed
Fixes from support threads
1 parent c020347 commit edd24a7

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

self-hosting/govern/reverse-proxy.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Make sure to update the following environment variables in your plane.env file.
2121
```
2222
This is required so that generated links and redirects work correctly behind the proxy:
2323

24+
3. After editing plane.env, restart your instance so the changes take effect:
25+
```bash
26+
sudo prime-cli restart
27+
```
28+
2429
## Proxy setup
2530

2631
1. Choose the appropriate [configuration template](#configuration-templates) for your reverse proxy.

self-hosting/manage/backup-restore.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Follow these steps to restore data from a backup:
8686
2. Use the command ↓ to download the restore script. It’s easiest to save it in the same directory as `setup.sh`.
8787

8888
```bash
89-
curl -fsSL -o restore.sh https://raw.githubusercontent.com/makeplane/plane/master/deploy/selfhost/restore.sh
89+
curl -fsSL -o restore.sh https://raw.githubusercontent.com/makeplane/plane/refs/heads/preview/deployments/cli/community/restore.sh
9090
chmod +x restore.sh
9191
```
9292

self-hosting/methods/kubernetes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Plane Pro and Plane Business are enabled on this edition, so the Free plan on th
1717
- `kubectl` and `helm` on the client system that you will use to install our Helm charts
1818

1919
<Note>
20-
Ensure you're using use **Helm chart v1.3.0**.
20+
Ensure you're using use the latest Helm chart version.
2121
</Note>
2222

2323

self-hosting/methods/podman-quadlets.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Before we start, make sure you've got these covered:
3636

3737
5. Download and extract Podman Quadlets.
3838
```bash
39+
curl -fsSL https://prime.plane.so/releases/<plane-version>/podman-quadlets.tar.gz -o podman-quadlets.tar.g
3940
tar -xzf podman-quadlets.tar.gz
4041
cd podman-quadlets
4142
```

self-hosting/upgrade-from-community.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The instructions provided on this page are specific to installations using Docke
3333
- `redisdata.tar.gz`
3434
- `uploads.tar.gz`
3535

36-
4. Copy all the 3 files from the server running the Community Edition to any folder on the server running the Commercial Edition on any folder of your choice.
36+
4. Copy all the 3 files from the server running the Community Edition to any folder on the server running the Commercial Edition.
3737

3838
e.g., `~/ce-backup`
3939

0 commit comments

Comments
 (0)