This repository was archived by the owner on May 28, 2021. It is now read-only.
This repository was archived by the owner on May 28, 2021. It is now read-only.
Backups should not be written to disk temporarily #147
Open
Description
Currently, the mysqldump
backup provider writes the backup to the local filesystem and then opens the file and returns that as the io.Reader
for the object storage client.
mysql-operator/pkg/backup/executor/mysqldump/provider.go
Lines 88 to 108 in 2a251f7
We should upload directly to object storage without writing to disk.