Please refer to the Quickstart (Docs) for detailed instructions on installation and configuration.
Full Changelog: v0.1.12...v0.1.13
Fixed
- Distinguish users without an active team (
409 team_required) from revoked team access, and defer team-scoped web UI requests until a team is active, preventing new instances from refresh-looping between/and/create-team. - Stop passive-agent WebSocket reconnect attempts from submitting a full host information report before every retry. Startup and jittered periodic reports remain unchanged.
- Avoid rewriting unchanged server inventory and alert state rows, preventing dead-tuple growth during stable operation.
- Bound agent-information and alert update transactions, and keep agent connection shutdown outside the reinstall database transaction.
Operations
- Label Hub PostgreSQL sessions with
application_name=mosona-manager-huband defaultPOSTGRES_IDLE_IN_TRANSACTION_TIMEOUTto60s(0disables it). - Add a PostgreSQL bloat recovery runbook for diagnosing stale transactions and reclaiming affected tables safely.