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
Copy file name to clipboardExpand all lines: README.md
+19-9Lines changed: 19 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@
3
3
**MYSQL-BKUP** is a Docker container image designed to **backup, restore, and migrate MySQL databases**.
4
4
It supports a variety of storage options and ensures data security through GPG encryption.
5
5
6
+
**MYSQL-BKUP** is designed for seamless deployment on **Docker** and **Kubernetes**, simplifying MySQL backup, restoration, and migration across environments.
7
+
It is a lightweight, multi-architecture solution compatible with **Docker**, **Docker Swarm**, **Kubernetes**, and other container orchestration platforms.
Copy file name to clipboardExpand all lines: docs/index.md
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ nav_order: 1
10
10
**MYSQL-BKUP** is a Docker container image designed to **backup, restore, and migrate MySQL databases**.
11
11
It supports a variety of storage options and ensures data security through GPG encryption.
12
12
13
+
**MYSQL-BKUP** is designed for seamless deployment on **Docker** and **Kubernetes**, simplifying MySQL backup, restoration, and migration across environments.
14
+
It is a lightweight, multi-architecture solution compatible with **Docker**, **Docker Swarm**, **Kubernetes**, and other container orchestration platforms.
13
15
---
14
16
15
17
## Key Features
@@ -39,11 +41,21 @@ It supports a variety of storage options and ensures data security through GPG e
39
41
40
42
---
41
43
42
-
## Use Cases
44
+
## 💡Use Cases
43
45
44
-
-**Automated Recurring Backups:** Schedule regular backups for MySQL databases.
45
-
-**Cross-Environment Migration:** Easily migrate MySQL databases across different environments using `migration` feature.
46
-
-**Secure Backup Management:** Protect your data with GPG encryption.
46
+
-**Scheduled Backups**: Automate recurring backups using Docker cron or Kubernetes CronJobs.
47
+
-**Disaster Recovery:** Quickly restore backups to a clean MySQL instance.
48
+
-**Database Migration**: Seamlessly move data across environments using the built-in `migrate` feature.
49
+
-**Secure Archiving:** Keep backups encrypted and safely stored in the cloud or remote servers.
50
+
51
+
52
+
## ✅ Verified Platforms:
53
+
MYSQL-BKUP has been tested and runs successfully on:
0 commit comments