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/manage/backup-restore.mdx
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ sidebarTitle: Backup and restore
6
6
Backing up your data regularly helps prevent data loss and allows you to restore your system quickly if necessary. Follow these instructions to back up and restore your data using Plane’s command-line interface.
7
7
8
8
## Backup data
9
+
9
10
Create a backup of your Plane data with ↓:
10
11
```bash
11
12
sudo prime-cli backup
@@ -17,7 +18,7 @@ This command initiates a full backup of all critical data, storing it in the def
17
18
```
18
19
Each backup file will be timestamped to ensure you can easily identify the latest or a specific backup if needed.
19
20
20
-
###Backup plane.env
21
+
## Backup plane.env
21
22
If you need to back up only the `plane.env` file, you'll need to do it manually. Here’s how:
22
23
23
24
1. Navigate to the `/opt/plane` folder on your machine or server where Plane is installed..
@@ -68,7 +69,7 @@ Backup completed successfully. Backup files are stored in /....../plane-app/back
68
69
```
69
70
The backup files are stored locally, so you can copy them to an external storage service if needed for extra security.
70
71
71
-
###Backup plane.env
72
+
## Backup plane.env
72
73
If you need to back up only the `plane.env` file, you'll need to do it manually. Here’s how:
73
74
74
75
1. Navigate to the folder on your machine or server where Plane is installed..
Copy file name to clipboardExpand all lines: self-hosting/upgrade-from-community.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ The Commercial edition comes with the free plan and the flexibility to upgrade t
7
7
<Warning>
8
8
Follow the instructions below first all the way to the end of the section **Restore data**.
9
9
We strongly recommend you install on a fresh machine, not the one running Plane Community.
10
+
11
+
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.
10
12
</Warning>
11
13
12
14
<Tip>
@@ -15,6 +17,7 @@ The `/opt` folder requires sudo or root privileges. Be sure to log in as the roo
15
17
16
18
17
19
## Back up data
20
+
18
21
`setup.sh` in the Community Edition now comes with an option to back up your data.
19
22
20
23
1. Use `./setup.sh` to open the operator menu and select `7` to backup your Plane data.
0 commit comments