Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor mysql s3 backup task #297

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Commits on Aug 5, 2024

  1. [db backups] remove mysqldump, use rclone for s3

    The primary change in this commit is to replace use of the "aws-cli"
    tool with "rclone", as the AWS tools are not compatible with ceph rgw
    based s3 implementations.
    
    Additionally, this removes support for the mysqldump based legacy
    backups, and refactors the backup script for readability and improved
    logging.
    
    Behavior changes:
    Rather than only the latest backup file, rclone will copy any new files
    that are not present in the object store, but will NOT overwrite
    existing ones.
    msherman64 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    923f3cf View commit details
    Browse the repository at this point in the history