Multi-Database Support Release Candidate 2
This release candidate includes bug fixes for PostgreSQL/MySQL database support and incorporates the latest changes from main.
Bug Fixes (PostgreSQL/MySQL)
- fix(database): Include all node fields in PostgreSQL/MySQL cache update - fixes accuracy circles not appearing on map
- fix(database): Convert
getRecentEstimatedPositionsto async for PostgreSQL compatibility - fix(migrate-db): Add
notifyOnNewNode/notifyOnTraceroutecolumn migration support
Merged from Main
- fix(desktop): Remove duplicate tray icon on Windows (#1451)
- fix(i18n): Add missing channel edit translations (#1450)
- fix(messages): Set default height for messages container with internal scroll (#1448)
- fix(virtual-node): Don't send config while radio is restarting (#1445)
- feat(api): Add
uptimeSecondsto v1 nodes API response (#1444) - feat(admin): Show session passkey status for remote nodes (#1439)
- fix(docker): Include reset-admin.mjs script in Docker image (#1441)
- Translations updates from Hosted Weblate (#1446, #1422)
Upgrade Notes
If upgrading from SQLite to PostgreSQL/MySQL, use the migration CLI:
docker exec -it meshmonitor node /app/dist/cli/migrate-db.mjs --source sqlite:///data/meshmonitor.db --target postgres://user:pass@host:5432/meshmonitorSee Database Migration Guide for details.
Full Changelog: v3.0.0-RC1...v3.0.0-RC2
Proxmox LXC Template
This release includes a Proxmox-compatible LXC container template for MeshMonitor.
Installation
- Download the
.tar.gztemplate file - Verify the SHA256 checksum (optional but recommended)
- Upload to your Proxmox server:
scp meshmonitor-*.tar.gz root@proxmox:/var/lib/vz/template/cache/ - Create a new LXC container from the template via Proxmox web UI
- Configure
/etc/meshmonitor/meshmonitor.envwith your Meshtastic node IP - Start the container and access the web UI on port 8080
Documentation
See the Proxmox LXC Deployment Guide for detailed instructions.
Limitations
- Auto-upgrade feature is not supported in LXC deployments
- Manual updates required (download new template for each version)
- Community-supported (Docker remains the primary deployment method)
๐ MeshMonitor v3.0.0-RC2
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:3.0.0-RC2๐งช Testing
โ
All tests passed
โ
TypeScript checks passed
โ
Docker images built for linux/amd64, linux/arm64, linux/arm/v7
๐ Changes
See commit history for detailed changes.