Skip to content

Upgrading

Upgrade Process

  1. Pull the latest version:
    git pull origin main
  2. Rebuild containers:
    docker-compose build
  3. Apply any new migrations:
    docker exec harborguard-app npx drizzle-kit push
  4. Restart services:
    docker-compose up -d

Breaking Changes

Check the Changelog for any breaking changes or migration notes before upgrading.

On this page