Skip to content

ExcaliDash

v0.5.1 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

excalidash excalidraw excalidraw-platform self-hosted websocket

Affected surfaces

breaking_upgrade

Summary

AI summary

Updates Data safety checklist, Key changes, and Upgrading across a mixed release.

Full changelog

ExcaliDash v0.5.1

Release date: 2026-06-21

Key changes

  • Add runtime-selectable Prisma provider support for SQLite and PostgreSQL deployments.
  • Add provider-specific migration handling for Docker startup and local Prisma workflows.
  • Add PostgreSQL compose/test coverage and health-check coverage for containerized deployments.
  • Preserve SQLite as the default deployment path while allowing DATABASE_PROVIDER=postgresql.

Upgrading

Show upgrade steps

Data safety checklist

  • Back up backend volume (dev.db, secrets) before upgrading.
  • Let migrations run on startup (RUN_MIGRATIONS=true) for normal deploys.
  • Run docker compose -f docker-compose.prod.yml logs backend --tail=200 after rollout and verify startup/migration status.

Recommended upgrade (Docker Hub compose)

docker compose -f docker-compose.prod.yml pull
docker compose -f docker-compose.prod.yml up -d

Pin images to this release (recommended for reproducible deploys)

Edit docker-compose.prod.yml and pin the release tags:

services:
  backend:
    image: zimengxiong/excalidash-backend:v0.5.1
  frontend:
    image: zimengxiong/excalidash-frontend:v0.5.1

Example:

docker compose -f docker-compose.prod.yml up -d

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track ExcaliDash

Get notified when new releases ship.

Sign up free

About ExcaliDash

A self-hosted dashboard and organizer for Excalidraw with multi-user collaboration and scoped sharing.

All releases →

Related context

Beta — feedback welcome: [email protected]