Skip to content

Commit 709f6d7

Browse files
committed
Fixed errors in Upgrade from Community
1 parent 5fc33a5 commit 709f6d7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

self-hosting/upgrade-from-community.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ The Commercial edition comes with the free plan and the flexibility to upgrade t
66

77
<Warning>
88
Follow the instructions below first all the way to the end of the section **Restore data**.
9-
We strongly recommend you install on a fresh machine, not the one running Plane Community.
109

1110
The instructions provided on this page are specific to installations using Docker. If you are running Plane on Kubernetes, you'll need to manually create a database dump and back up your file storage by copying the relevant volumes or storage paths.
1211
</Warning>
1312

14-
<Tip>
15-
The `/opt` folder requires sudo or root privileges. Be sure to log in as the root user or as a user with sudo access.
16-
</Tip>
13+
## Prerequisites
1714

15+
- Install on a fresh machine, not the one running the Plane Community Edition.
16+
- Be sure to log in as the root user or as a user with sudo access. The `/opt` folder requires sudo or root privileges.
1817

19-
## Back up data
18+
19+
## Back up data on Community Edition
2020

2121
`setup.sh` in the Community Edition now comes with an option to back up your data.
2222

@@ -27,11 +27,11 @@ e.g., `/plane-selfhost/plane-app/backup/20240522-1027`
2727
- `pgdata.tar.gz`
2828
- `redisdata.tar.gz`
2929
- `uploads.tar.gz`
30-
4. Copy all the 3 files from the server running the Community Edition to any folder on the server running Plane One on any folder of your choice._createMdxContent
30+
4. Copy all the 3 files from the server running the Community Edition to any folder on the server running Plane One on any folder of your choice.
3131

3232
e.g., `~/ce-backup`
3333

34-
## Restore data
34+
## Restore data and install Commercial Edition
3535
1. Start any command-line interface like Terminal and go into the folder with the back-up files.
3636
```
3737
cd ~/ce-backup
@@ -56,6 +56,6 @@ e.g., `~/ce-backup`
5656
mv $TARGET_DIR/uploads/ $TARGET_DIR/minio/uploads/
5757
```
5858
3. This script will extract your Community Edition data and restore it to /opt/plane/data.
59-
4. Install **Commercial** edition.
59+
4. Install the **Commercial** Edition.
6060
- Using [Docker](/self-hosting/methods/docker-compose#recommended-edition)
6161
- Using [Kubernetes](/self-hosting/methods/kubernetes#recommended-edition)

0 commit comments

Comments
 (0)