-
v0.6.4 Stable
released this
2026-01-14 09:41:08 -08:00 | 96 commits to main since this releaseFixed
- Docker Container Issues:
- Added
procpspackage to Docker image to providepkillandpgrepcommands - Fixes "command not found" errors when stopping backup processes
- Resolves container shutdown hangs caused by orphaned processes
- Improved graceful shutdown by explicitly terminating log tailer process
- Added
- Bundle Export: Fixed bundle backup verification to prevent data loss
- Now verifies the backup file exists before continuing with export
- Exits with error if backup operation fails instead of proceeding
- Docker Logs: Changed log tailer to show only new logs (
tail -n 0)- Prevents
docker logsfrom hanging with large log files (100k+ lines) - Improves performance for long-running backups with extensive logging
- Prevents
Changed
- Docker Volume Mount: Updated documentation to mount bundle directory instead of single file
- Resolves "Device or resource busy" errors during bundle export
- Allows proper file operations within mounted directory
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Docker Container Issues: