File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ It supports a variety of storage options and ensures data security through GPG e
24
24
- ** Deployment Flexibility:**
25
25
- Available as the [ jkaninda/mysql-bkup] ( https://hub.docker.com/r/jkaninda/mysql-bkup ) Docker image.
26
26
- Deployable on ** Docker** , ** Docker Swarm** , and ** Kubernetes** .
27
- - Supports recurring backups of PostgreSQL databases when deployed:
27
+ - Supports recurring backups of MySQL databases when deployed:
28
28
- On Docker for automated backup schedules.
29
29
- As a ** Job** or ** CronJob** on Kubernetes.
30
30
@@ -35,9 +35,9 @@ It supports a variety of storage options and ensures data security through GPG e
35
35
36
36
## Use Cases
37
37
38
- - ** Automated Recurring Backups:** Schedule regular backups for PostgreSQL databases.
39
- - ** Cross-Environment Migration:** Easily migrate your PostgreSQL databases across different environments using supported storage options.
40
- - ** Secure Backup Management:** Protect your data with Gmysql encryption.
38
+ - ** Automated Recurring Backups:** Schedule regular backups for MySQL databases.
39
+ - ** Cross-Environment Migration:** Easily migrate your MySQL databases across different environments using supported storage options.
40
+ - ** Secure Backup Management:** Protect your data with GPG encryption.
41
41
42
42
43
43
Successfully tested on:
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ It supports a variety of storage options and ensures data security through GPG e
25
25
- ** Deployment Flexibility:**
26
26
- Available as the [ jkaninda/mysql-bkup] ( https://hub.docker.com/r/jkaninda/mysql-bkup ) Docker image.
27
27
- Deployable on ** Docker** , ** Docker Swarm** , and ** Kubernetes** .
28
- - Supports recurring backups of PostgreSQL databases when deployed:
28
+ - Supports recurring backups of MySQL databases when deployed:
29
29
- On Docker for automated backup schedules.
30
30
- As a ** Job** or ** CronJob** on Kubernetes.
31
31
@@ -36,9 +36,9 @@ It supports a variety of storage options and ensures data security through GPG e
36
36
37
37
## Use Cases
38
38
39
- - ** Automated Recurring Backups:** Schedule regular backups for PostgreSQL databases.
40
- - ** Cross-Environment Migration:** Easily migrate your PostgreSQL databases across different environments using supported storage options.
41
- - ** Secure Backup Management:** Protect your data with Gmysql encryption.
39
+ - ** Automated Recurring Backups:** Schedule regular backups for MySQL databases.
40
+ - ** Cross-Environment Migration:** Easily migrate your MySQL databases across different environments using supported storage options.
41
+ - ** Secure Backup Management:** Protect your data with GPG encryption.
42
42
43
43
44
44
You can’t perform that action at this time.
0 commit comments