Skip to content

Commit d00fb8e

Browse files
authored
Merge pull request #53 from makeplane/backup-fixes
Minor fix on the Backup page
2 parents df67504 + abb6818 commit d00fb8e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

self-hosting/manage/backup-restore.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sidebarTitle: Backup and restore
66
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.
77

88
## Backup data
9+
910
Create a backup of your Plane data with ↓:
1011
```bash
1112
sudo prime-cli backup
@@ -17,7 +18,7 @@ This command initiates a full backup of all critical data, storing it in the def
1718
```
1819
Each backup file will be timestamped to ensure you can easily identify the latest or a specific backup if needed.
1920

20-
### Backup plane.env
21+
## Backup plane.env
2122
If you need to back up only the `plane.env` file, you'll need to do it manually. Here’s how:
2223

2324
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
6869
```
6970
The backup files are stored locally, so you can copy them to an external storage service if needed for extra security.
7071

71-
### Backup plane.env
72+
## Backup plane.env
7273
If you need to back up only the `plane.env` file, you'll need to do it manually. Here’s how:
7374

7475
1. Navigate to the folder on your machine or server where Plane is installed..

self-hosting/upgrade-from-community.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ The Commercial edition comes with the free plan and the flexibility to upgrade t
77
<Warning>
88
Follow the instructions below first all the way to the end of the section **Restore data**.
99
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.
1012
</Warning>
1113

1214
<Tip>
@@ -15,6 +17,7 @@ The `/opt` folder requires sudo or root privileges. Be sure to log in as the roo
1517

1618

1719
## Back up data
20+
1821
`setup.sh` in the Community Edition now comes with an option to back up your data.
1922

2023
1. Use `./setup.sh` to open the operator menu and select `7` to backup your Plane data.

0 commit comments

Comments
 (0)