feat(tui): show resource profile and CPU workload on cluster restore preview
All checks were successful
CI/CD / Test (push) Successful in 1m18s
CI/CD / Lint (push) Successful in 1m26s
CI/CD / Build & Release (push) Successful in 3m15s

- Displays current Resource Profile with parallelism settings
- Shows CPU Workload type (balanced/cpu-intensive/io-intensive)
- Shows Cluster Parallelism (number of concurrent database restores)

This helps users understand what performance settings will be used
before starting a cluster restore operation.
This commit is contained in:
2026-01-18 12:19:28 +01:00
parent ea4337e298
commit 490a12f858
2 changed files with 13 additions and 2 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.50
- **Build Time**: 2026-01-18_10:48:22_UTC
- **Git Commit**: f6f8b04
- **Build Time**: 2026-01-18_11:06:11_UTC
- **Git Commit**: ea4337e
## Recent Updates (v1.1.0)
- ✅ Fixed TUI progress display with line-by-line output