TUI: Add timing and ETA tracking to cluster restore progress
All checks were successful
CI/CD / Test (push) Successful in 1m17s
CI/CD / Lint (push) Successful in 1m28s
CI/CD / Build & Release (push) Successful in 3m21s

- Add DatabaseProgressWithTimingCallback for timing-aware progress reporting
- Track elapsed time and average duration per database during restore phase
- Display ETA based on completed database restore times
- Show restore phase elapsed time in progress bar
- Enhance cluster restore progress bar with [elapsed / ETA: remaining] format
This commit is contained in:
2026-01-16 09:42:05 +01:00
parent 4938dc1918
commit a85ad0c88c
3 changed files with 133 additions and 13 deletions

View File

@@ -4,8 +4,8 @@ This directory contains pre-compiled binaries for the DB Backup Tool across mult
## Build Information
- **Version**: 3.42.34
- **Build Time**: 2026-01-15_14:33:12_UTC
- **Git Commit**: 09a9177
- **Build Time**: 2026-01-15_17:50:35_UTC
- **Git Commit**: 4938dc1
## Recent Updates (v1.1.0)
- ✅ Fixed TUI progress display with line-by-line output