feat: auto-tune max_locks_per_transaction for cluster restore
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

- Automatically boost max_locks_per_transaction to 2048 before restore
- Uses ALTER SYSTEM + pg_reload_conf() - no restart needed
- Automatically resets to original value after restore (even on failure)
- Prevents 'out of shared memory' OOM on BLOB-heavy SQL format dumps
- Works transparently - no user intervention required
This commit is contained in:
2026-01-14 15:05:42 +01:00
parent c71889be47
commit 22a7b9e81e
2 changed files with 115 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.10
- **Build Time**: 2026-01-13_13:40:58_UTC
- **Git Commit**: 222bdbe
- **Build Time**: 2026-01-14_07:16:09_UTC
- **Git Commit**: c71889b
## Recent Updates (v1.1.0)
- ✅ Fixed TUI progress display with line-by-line output