Skip to main content

How to Update

Updates are installed automatically once a day. A backup is created before each update.

You can also update manually.

Steps to Update Manually

  1. Stop Planka

    cd /opt/planka/ && docker compose down
  2. Create a Backup

    bash cron/backup.sh
  3. Download the Latest Version

    docker compose pull
  4. Start Planka Again

    docker compose --env-file .env up -d