fix: phased restore for BLOB databases to prevent lock exhaustion OOM
All checks were successful
CI/CD / Test (push) Successful in 1m16s
CI/CD / Lint (push) Successful in 1m25s
CI/CD / Build & Release (push) Successful in 3m13s

- Auto-detect large objects in pg_restore dumps
- Split restore into pre-data, data, post-data phases
- Each phase commits and releases locks before next
- Prevents 'out of shared memory' / max_locks_per_transaction errors
- Updated error hints with better guidance for lock exhaustion
This commit is contained in:
2026-01-14 08:15:53 +01:00
parent 222bdbef58
commit c71889be47
3 changed files with 125 additions and 7 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.10
- **Build Time**: 2026-01-13_07:23:20_UTC
- **Git Commit**: f153e61
- **Build Time**: 2026-01-13_13:40:58_UTC
- **Git Commit**: 222bdbe
## Recent Updates (v1.1.0)
- ✅ Fixed TUI progress display with line-by-line output