Updates¶
Agile Management Portal includes a built-in auto-update mechanism that keeps the app current with the latest features and bug fixes.
How Auto-Updates Work¶
When the application starts, it checks for available updates by contacting the update server. If a newer version is available:
- The app downloads the update in the background.
- You are notified that an update is ready to install.
- The update is applied the next time you restart the app.
Updates are distributed through GitHub Releases. Each release includes platform-specific installers for macOS and Windows.
What Gets Updated¶
Updates include the complete application — both the frontend interface and the backend engine. Your local database is preserved across updates; no data is lost during the process.
Release Notes¶
Each release includes notes describing what changed. You can review release notes on the GitHub Releases page before or after updating.
Data preserved
Your local database is preserved across updates — no data is lost during the update process. The app stores data separately from the application files.
Troubleshooting¶
If an update fails to apply:
- Check your internet connection.
- Restart the application to trigger a fresh update check.
- If the issue persists, download the latest installer manually from the releases page and reinstall.
Reinstalling from a fresh download preserves your database — the app stores data separately from the application files.
Manual fallback
If auto-update fails, download the latest installer from the releases page and reinstall. Your database will be preserved.