v5.0.1: Fix PostgreSQL COPY format, MySQL security, 8.0.22+ compat
Some checks failed
CI/CD / Integration Tests (push) Has been skipped
CI/CD / Test (push) Failing after 1m19s
CI/CD / Lint (push) Failing after 1m8s
CI/CD / Build & Release (push) Has been skipped

Fixes from Opus code review:
- PostgreSQL: Use native TEXT format for COPY (matches FROM stdin header)
- MySQL: Escape backticks in restore to prevent SQL injection
- MySQL: Add SHOW BINARY LOG STATUS fallback for MySQL 8.0.22+
- Fix duration calculation to accurately track backup time

Updated messaging: We built our own machines - really big step.
This commit is contained in:
2026-01-30 20:38:26 +01:00
parent 580c769f2d
commit fbe13a0423
5 changed files with 43 additions and 18 deletions

View File

@ -16,7 +16,7 @@ import (
// Build information (set by ldflags)
var (
version = "5.0.0"
version = "5.0.1"
buildTime = "unknown"
gitCommit = "unknown"
)