Upgrading
Upgrade Process
- Pull the latest version:
git pull origin main - Rebuild containers:
docker-compose build - Apply any new migrations:
docker exec harborguard-app npx drizzle-kit push - Restart services:
docker-compose up -d
Breaking Changes
Check the Changelog for any breaking changes or migration notes before upgrading.