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.Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
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/planefolder on your machine or server where Plane is installed.. - Locate the
plane.envfile. - 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.envfile. - 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.gzfiles):Here’s an example output for restoring from /opt/plane-selfhost/plane-app/backup/20240722-0914: -
Start your Plane instance again with ↓:

