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: docs/self-hosting/manage/migrate-plane.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ If you need to change your domain during migration, contact our support team for
23
23
## Steps
24
24
25
25
1.**Delink licenses**
26
-
Log in to Plane on your current server. Head to each paid workspace like Pro or Business and [delink the licenses](/self-hosting/manage/manage-licenses/activate-pro-and-business#delink-license-key). This will free up the licenses for activation on your new server. Ideally, you have just one paid workspace.
26
+
Log in to Plane on your current server. Head to each paid workspace like Pro or Business and [delink the licenses](/self-hosting/manage/manage-licenses/activate-pro-and-business#delink-license-key). This will free up the licenses for activation on your new server. Ideally, you have just one paid workspace.
27
27
28
28
2.**Backup data**
29
-
Create a backup of your Plane instance with ↓:
29
+
Create a backup of your Plane instance with ↓:
30
30
31
-
```bash
32
-
prime-cli backup
33
-
```
31
+
```bash
32
+
prime-cli backup
33
+
```
34
34
35
35
This command will generate a backup file in the path: `/opt/plane/backups`.
36
36
@@ -39,21 +39,21 @@ This command will generate a backup file in the path: `/opt/plane/backups`.
39
39
:::
40
40
41
41
3.**Set up Plane on the new server**
42
-
Follow the [installation guide](/self-hosting/methods/docker-compose#install-plane) to deploy Plane on the new instance.
42
+
Follow the [installation guide](/self-hosting/methods/docker-compose#install-plane) to deploy Plane on the new instance.
43
43
44
44
4.**Transfer backup files**
45
-
Copy the `backups` folder from the old server, created in step 2, to the new server. Place the backup in the folder `/opt/plane`.
45
+
Copy the `backups` folder from the old server, created in step 2, to the new server. Place the backup in the folder `/opt/plane`.
46
46
47
47
5.**Restore data**
48
-
On the new server, restore your data with ↓:
48
+
On the new server, restore your data with ↓:
49
49
50
-
```bash
51
-
prime-cli restore
52
-
```
50
+
```bash
51
+
prime-cli restore
52
+
```
53
53
54
54
Follow the prompts during the restore process to make sure everything is set up correctly.
55
55
56
56
6.**Reactivate license**
57
-
Finally, [reactivate your license keys](/self-hosting/manage/manage-licenses/activate-pro-and-business#activate-your-license) on the new instance.
57
+
Finally, [reactivate your license keys](/self-hosting/manage/manage-licenses/activate-pro-and-business#activate-your-license) on the new instance.
58
58
59
59
This should get your Plane instance up and running on the new server.
0 commit comments