mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-20 18:23:47 +00:00
113c20ffe6
addresses data loss issue where encryption key regeneration silently orphaned all encrypted configuration (nodes, email, webhooks). Changes: - Check for existing .enc files before generating new encryption key - Refuse to start if encrypted data exists but key is missing/invalid - Forces explicit user action (restore key backup or delete .enc files) - Prevents silent data loss from key regeneration This ensures encrypted data is never accidentally orphaned when the encryption key is lost or corrupted. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>