mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2025-12-06 21:49:40 +01:00
doc: update key features (#188)
This commit is contained in:
28
README.md
28
README.md
@@ -3,6 +3,13 @@
|
|||||||
**MYSQL-BKUP** is a Docker container image designed to **backup, restore, and migrate MySQL databases**.
|
**MYSQL-BKUP** is a Docker container image designed to **backup, restore, and migrate MySQL databases**.
|
||||||
It supports a variety of storage options and ensures data security through GPG encryption.
|
It supports a variety of storage options and ensures data security through GPG encryption.
|
||||||
|
|
||||||
|
**MYSQL-BKUP** is designed for seamless deployment on **Docker** and **Kubernetes**, simplifying MySQL backup, restoration, and migration across environments.
|
||||||
|
It is a lightweight, multi-architecture solution compatible with **Docker**, **Docker Swarm**, **Kubernetes**, and other container orchestration platforms.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[](https://github.com/jkaninda/mysql-bkup/actions/workflows/tests.yml)
|
[](https://github.com/jkaninda/mysql-bkup/actions/workflows/tests.yml)
|
||||||
[](https://github.com/jkaninda/mysql-bkup/actions/workflows/release.yml)
|
[](https://github.com/jkaninda/mysql-bkup/actions/workflows/release.yml)
|
||||||
[](https://goreportcard.com/report/github.com/jkaninda/mysql-bkup)
|
[](https://goreportcard.com/report/github.com/jkaninda/mysql-bkup)
|
||||||
@@ -12,9 +19,9 @@ It supports a variety of storage options and ensures data security through GPG e
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- **Storage Options:**
|
- **Flexible Storage Backends:**
|
||||||
- Local storage
|
- Local filesystem
|
||||||
- AWS S3 or any S3-compatible object storage
|
- Amazon S3 & S3-compatible storage (e.g., MinIO, Wasabi)
|
||||||
- FTP
|
- FTP
|
||||||
- SSH-compatible storage
|
- SSH-compatible storage
|
||||||
- Azure Blob storage
|
- Azure Blob storage
|
||||||
@@ -34,16 +41,19 @@ It supports a variety of storage options and ensures data security through GPG e
|
|||||||
- **Telegram**
|
- **Telegram**
|
||||||
- **Email**
|
- **Email**
|
||||||
|
|
||||||
## Use Cases
|
## 💡Use Cases
|
||||||
|
|
||||||
- **Automated Recurring Backups:** Schedule regular backups for MySQL databases.
|
- **Scheduled Backups**: Automate recurring backups using Docker or Kubernetes.
|
||||||
- **Cross-Environment Migration:** Easily migrate MySQL databases across different environments using `migration` feature.
|
- **Disaster Recovery:** Quickly restore backups to a clean MySQL instance.
|
||||||
- **Secure Backup Management:** Protect your data with GPG encryption.
|
- **Database Migration**: Seamlessly move data across environments using the built-in `migrate` feature.
|
||||||
|
- **Secure Archiving:** Keep backups encrypted and safely stored in the cloud or remote servers.
|
||||||
|
|
||||||
|
|
||||||
Successfully tested on:
|
## ✅ Verified Platforms:
|
||||||
|
MYSQL-BKUP has been tested and runs successfully on:
|
||||||
|
|
||||||
- Docker
|
- Docker
|
||||||
- Docker in Swarm mode
|
- Docker Swarm
|
||||||
- Kubernetes
|
- Kubernetes
|
||||||
- OpenShift
|
- OpenShift
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ nav_order: 1
|
|||||||
**MYSQL-BKUP** is a Docker container image designed to **backup, restore, and migrate MySQL databases**.
|
**MYSQL-BKUP** is a Docker container image designed to **backup, restore, and migrate MySQL databases**.
|
||||||
It supports a variety of storage options and ensures data security through GPG encryption.
|
It supports a variety of storage options and ensures data security through GPG encryption.
|
||||||
|
|
||||||
|
**MYSQL-BKUP** is designed for seamless deployment on **Docker** and **Kubernetes**, simplifying MySQL backup, restoration, and migration across environments.
|
||||||
|
It is a lightweight, multi-architecture solution compatible with **Docker**, **Docker Swarm**, **Kubernetes**, and other container orchestration platforms.
|
||||||
---
|
---
|
||||||
|
|
||||||
## Key Features
|
## Key Features
|
||||||
@@ -39,11 +41,21 @@ It supports a variety of storage options and ensures data security through GPG e
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Use Cases
|
## 💡Use Cases
|
||||||
|
|
||||||
- **Automated Recurring Backups:** Schedule regular backups for MySQL databases.
|
- **Scheduled Backups**: Automate recurring backups using Docker or Kubernetes.
|
||||||
- **Cross-Environment Migration:** Easily migrate MySQL databases across different environments using `migration` feature.
|
- **Disaster Recovery:** Quickly restore backups to a clean MySQL instance.
|
||||||
- **Secure Backup Management:** Protect your data with GPG encryption.
|
- **Database Migration**: Seamlessly move data across environments using the built-in `migrate` feature.
|
||||||
|
- **Secure Archiving:** Keep backups encrypted and safely stored in the cloud or remote servers.
|
||||||
|
|
||||||
|
|
||||||
|
## ✅ Verified Platforms:
|
||||||
|
MYSQL-BKUP has been tested and runs successfully on:
|
||||||
|
|
||||||
|
- Docker
|
||||||
|
- Docker Swarm
|
||||||
|
- Kubernetes
|
||||||
|
- OpenShift
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user