fix: cluster restore database detection and TUI error display
All checks were successful
CI/CD / Test (push) Successful in 1m14s
CI/CD / Lint (push) Successful in 1m25s
CI/CD / Build & Release (push) Successful in 3m16s

- Fixed psql connection for database detection (always use -h flag)
- Use CombinedOutput() to capture stderr for better diagnostics
- Added existingDBError tracking in restore preview
- Show 'Unable to detect' instead of misleading 'None' when listing fails
- Disable cleanup toggle when database detection failed
This commit is contained in:
2026-01-17 16:44:44 +01:00
parent df1ab2f55b
commit e363e1937f
3 changed files with 46 additions and 18 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-17_15:15:55_UTC
- **Git Commit**: 0e050b2
- **Build Time**: 2026-01-17_15:26:14_UTC
- **Git Commit**: df1ab2f
## Recent Updates (v1.1.0)
- ✅ Fixed TUI progress display with line-by-line output