You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.
I want to make a mysqldump to CSV. It generate a folder with some text files. I want to compress this folder and send it to S3.
mysqldump -T /some/path -t my_database
I think it makes sense to support it, even if it just call a
folder_to_s3.py
script.The text was updated successfully, but these errors were encountered: