github Yeraze/meshmonitor v3.0.0-RC2
v3.0.0-RC2 - Multi-Database Support

3 hours ago

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 getRecentEstimatedPositions to async for PostgreSQL compatibility
  • fix(migrate-db): Add notifyOnNewNode/notifyOnTraceroute column 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 uptimeSeconds to 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/meshmonitor

See 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

  1. Download the .tar.gz template file
  2. Verify the SHA256 checksum (optional but recommended)
  3. Upload to your Proxmox server: scp meshmonitor-*.tar.gz root@proxmox:/var/lib/vz/template/cache/
  4. Create a new LXC container from the template via Proxmox web UI
  5. Configure /etc/meshmonitor/meshmonitor.env with your Meshtastic node IP
  6. 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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.