Backup data
Create a backup of your Plane data with ↓:Backup plane.env
If you need to back up only theplane.env
file, you’ll need to do it manually. Here’s how:
- Navigate to the
/opt/plane
folder on your machine or server where Plane is installed.. - Locate the
plane.env
file. - Copy this file to a different location as a backup, so you can restore it if needed.
Restore data
You can restore your data from a previous backup with ↓:Community Edition
Community Edition
Backup data
To create a backup, start by running the setup script:Backup plane.env
If you need to back up only theplane.env
file, you’ll need to do it manually. Here’s how:- Navigate to the folder on your machine or server where Plane is installed..
- Locate the
plane.env
file. - Copy this file to a different location as a backup, so you can restore it if needed.
Restore data
Follow these steps to restore data from a backup:- Make sure Plane-CE is installed and started, then stop it. This ensures the necessary Docker volumes are ready.
-
Use the command ↓ to download the restore script. It’s easiest to save it in the same directory as
setup.sh
. -
Now, run the command ↓ to restore your data, specifying the path to your backup folder (the folder with the
*.tar.gz
files):Here’s an example output for restoring from /opt/plane-selfhost/plane-app/backup/20240722-0914: -
Start your Plane instance again with ↓: