fix(preflight): improve BLOB count detection and block restore when max_locks_per_transaction is critically low
All checks were successful
CI/CD / Test (push) Successful in 1m15s
CI/CD / Lint (push) Successful in 1m26s
CI/CD / Build & Release (push) Successful in 3m14s

- Add higher lock boost tiers for extreme BLOB counts (100K+, 200K+)
- Calculate actual lock requirement: (totalBLOBs / max_connections) * 1.5
- Block restore with CRITICAL error when BLOB count exceeds 2x safe limit
- Improve preflight summary with PASSED/FAILED status display
- Add clearer fix instructions for max_locks_per_transaction
This commit is contained in:
2026-01-17 07:25:45 +01:00
parent 9200024e50
commit 4ea3ec2cf8
2 changed files with 75 additions and 6 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-16_17:31:38_UTC
- **Git Commit**: 698b8a7
- **Build Time**: 2026-01-16_18:37:32_UTC
- **Git Commit**: 9200024
## Recent Updates (v1.1.0)
- ✅ Fixed TUI progress display with line-by-line output