fix(preflight): improve BLOB count detection and block restore when max_locks_per_transaction is critically low
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user