mirror of
https://github.com/Portabase/agent.git
synced 2026-09-10 01:57:10 +00:00
7328827435
- Add mysql:8.4 client tools stage to Dockerfile so the real mysqldump binary (with --network-timeout) takes PATH precedence over MariaDB's mysqldump symlink, which lacks this flag - Use --network-timeout in MySQL backup command; sets net_read_timeout and net_write_timeout to 86400s for the duration of the dump - Simplify config: replace net_read_timeout/net_write_timeout/max_allowed_packet with a single max_packet_size field (optional, defaults to 512M) - Log mysqldump/mariadb-dump client version as a debug message before each backup