Keeping Plane up to date ensures you’re using the latest features, improvements, and security fixes. Here’s how to upgrade your Plane installation with a single command.
The upgrade process may involve a brief downtime as services are updated and restarted.

Prerequisites

We recommend creating a backup of your data before any version updates. See Backup data.

Check version

You can quickly check your Plane version by clicking the ? icon on the sidebar. Check version number

Update version

For Commercial Edition v1.13.0, ensure you’re using the latest version of Docker Compose. Check your Docker Compose version with docker-compose --version and update if needed.
  1. Update your Prime CLI with the command ↓:
    sudo prime-cli update-cli
    
    The latest version of the CLI ensures your Plane upgrades happen smoothly.
  2. To update Plane to the latest version, run:
    sudo prime-cli upgrade
    
    This command checks for the latest version of Plane and applies the upgrade if a new version is available.