Skip to content

Do not hold a ToolsDB connection during archival

Majavah requested to merge master-I6d062b4385ccb2d1b9ac23592e3513f2c6cae603 into master

If the database is large enough the connection here will time out during
the dumping. Close the connection and re-open when needed instead. Also,
use defaults-file instead of parsing the my.cnf file where possible.

Bug: T358340

Merge request reports