What's New in 2.7.0
Docker Improvements
- Application code is now baked into the Docker image at build time — no more cloning from GitHub at runtime
- Container restarts no longer silently upgrade the software
- Users upgrade by pulling a new image:
docker compose pull && docker compose up -d - Settings page shows Docker-specific upgrade instructions when running in Docker
- Developer Sync hidden in Docker (no git repo available)
ClickHouse Performance Fix
- Disabled ClickHouse system log tables to eliminate idle disk I/O and CPU usage
- Old system log tables automatically dropped on upgrade to reclaim disk space