Prerequisites
- Install the Commercial Edition on a fresh machine, not the one running the Plane Community Edition.
- Be sure to log in as the root user or as a user with sudo access. The
/optfolder requires sudo or root privileges.
Back up data on Community instance
-
Download the latest version of
setup.sh. -
Run the setup.sh backup script to take the backup of the Community Edition instance.
-
When done, your data will be backed up to the folder shown on the screen.
e.g.,
/plane-selfhost/plane-app/backup/20240522-1027This folder will contain 3tar.gzfiles.pgdata.tar.gzredisdata.tar.gzuploads.tar.gz
-
Copy all the three files from the server running the Community Edition to any folder on the server running the Commercial Edition.
e.g.,
~/ce-backup
Restore data on Commercial instance
- Start any command-line interface like Terminal and go into the folder with the back-up files.
- Copy and paste the script below on Terminal and hit Enter.
- This script will extract your Community Edition data and restore it to
/opt/plane/data.

