Back to Changelog
v1.0.148
Docker backup/restore SSE reliability fixes and non-blocking UX improvements
Improvement
1- Switch backup/restore progress from blocking modal to background toast notifications for non-blocking UX
Bug Fixes
4- Increase SSE keepalive frequency from 15s to 5s during volume export and DB dump phases to prevent connection timeouts
- Add dedicated SSE keepalive during large PostgreSQL DB dump operations
- Fix PowerShell restore.ps1 COMPOSE_CMD format operator conflict by replacing variable with direct docker compose call
- Fix nil slice crash and add stack name validation with compose v1/v2 detection fallback