Store MySQL Backups in iwSea S3

In this recipe we will learn how to store MySQL backups in MinIO Server.

1. Prerequisites

  • Install mc from here.
  • Install MinIO Server from here.
  • MySQL official doc

2. Configuration Steps

MinIO server is running using alias m1. Follow MinIO client complete guide here for details. MySQL backups are stored in mysqlbkp directory.

Create a bucket.

Copymc mb m1/mysqlbkp
Bucket created successfully ‘m1/mysqlbkp’.

Continuously mirror local backup to MinIO server.

Continuously mirror mysqlbkp folder recursively to MinIO. Read more on mc mirror here

Copymc mirror --force --remove --watch mysqlbkp/ m1/mysqlbkp
  • 0 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

Change SecretKey/Password

To change the secretKey/password login to the web interface (URL provided into the welcome...

Install and configure the minio client for S3

  Docker Container Stable Copydocker pull minio/mc docker run minio/mc ls play   macOS...

Use Rclone with iwSea S3

Rclone is an open source command line program to sync files anddirectories to and from cloud...

Use restic with iwSea S3

restic is a fast, efficient and secure backup tool. It is an open source project available under...

Store PostgreSQL Backups in iwSea S3

In this recipe you will learn how to store PostgreSQL backups in MinIO Server. 1. Prerequisites...

Powered by WHMCompleteSolution