The Commercial edition comes with the free plan and the flexibility to upgrade to a paid plan at any point.
IMPORTANT
Make sure you already have Commercial Edition installed on a fresh machine before starting this migration. If you haven’t installed it yet, follow our Commercial Edition installation guide first.
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.
/opt
folder requires sudo or root privileges.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-1027
This folder will contain 3 tar.gz
files.
pgdata.tar.gz
redisdata.tar.gz
uploads.tar.gz
Copy all the 3 files from the server running the Community Edition to any folder on the server running the Commercial Edition on any folder of your choice.
e.g., ~/ce-backup
/opt/plane/data
.The Commercial edition comes with the free plan and the flexibility to upgrade to a paid plan at any point.
IMPORTANT
Make sure you already have Commercial Edition installed on a fresh machine before starting this migration. If you haven’t installed it yet, follow our Commercial Edition installation guide first.
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.
/opt
folder requires sudo or root privileges.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-1027
This folder will contain 3 tar.gz
files.
pgdata.tar.gz
redisdata.tar.gz
uploads.tar.gz
Copy all the 3 files from the server running the Community Edition to any folder on the server running the Commercial Edition on any folder of your choice.
e.g., ~/ce-backup
/opt/plane/data
.