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/methods/docker-compose.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Ensure you're using the **latest version of Docker Compose**. Check your Docker
32
32
curl -fsSL https://prime.plane.so/install/ | sh -
33
33
```
34
34
3. Follow the instructions on the terminal. Hit `Enter` or `Return` to continue.
35
-
4. Enter the domain name where you will access the Plane app in the format `domain.tld` or `subdomain.domain.tld`. If you are using a paid plan, the domain linked to the license can’t be changed later.
35
+
4. Enter the domain name where you will access the Plane app in the format `domain.tld` or `subdomain.domain.tld`.
36
36
5. Choose one of the options below:
37
37
-**Express**: Plane installs with the default configurations.
38
38
-**Advanced**: You can customize the database, Redis, storage and other settings.
@@ -6,62 +6,114 @@ The Commercial edition comes with the free plan and the flexibility to upgrade t
6
6
7
7
<Warning>
8
8
**IMPORTANT**
9
-
10
-
Make sure you already have Commercial Edition installed on a fresh machine before starting this migration. If you haven’t installed it yet, follow our [Commercial Edition](/self-hosting/methods/docker-compose#recommended-edition) installation guide first.
11
-
12
9
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.
13
10
</Warning>
14
11
15
12
## Prerequisites
16
13
- Install the [Commercial Edition](/self-hosting/methods/docker-compose#recommended-edition) on a fresh machine, not the one running the Plane Community Edition.
17
14
- Be sure to log in as the root user or as a user with sudo access. The `/opt` folder requires sudo or root privileges.
18
15
19
-
<Note>
20
-
No backup is required if you are using a cloud database and S3 storage while migrating from Community to Commercial. Simply point your Commercial instance to the same cloud database and S3 storage. Refer to [this guide](https://app.plane.so/plane/wiki/5e4a0b13-fc55-4a3f-896f-9f0a829bfc8b/) for more details.
3. This script will extract your Community Edition data and restore it to `/opt/plane/data`.
67
+
</Tab>
68
+
69
+
<Tabtitle="Managed services (external DB and storage)">
70
+
71
+
This upgrade path is for installations using external or managed database and object storage services (like AWS RDS and S3). Since your data already lives in external services, you only need to update your configuration — no backup and restore required.
72
+
73
+
## Update configuration for Commercial Edition
74
+
75
+
1. Open the `plane.env` file located at `/opt/plane/plane.env`.
0 commit comments