1
- # MySQL Backup Strategies
1
+ # Business MySQL Backup Strategies
2
+
3
+ - Easiest Solution - Generalized - https://ottomatik.io/
4
+
5
+ ### Challenges
6
+ - Cost may be high
7
+ - Integration
8
+
9
+
10
+ ## For Clients who use ShoppRe Cloud
11
+
12
+ - When client buy a software, Backup service should be integrated with it automatically(Integration1)
13
+ - before Client buy a software, client should buy MySQL server, and with MySQL server our db backup tool having integration
14
+ - using ` db-backup-client ` and connected to AWS S3/MINIO and ` db-backup-server ` (stores metadata of backups)
15
+
16
+
17
+
18
+
19
+ # Technical MySQL Backup Strategies
2
20
3
21
### A. Server Level Strategies: ** Easiest**
4
22
@@ -67,8 +85,10 @@ Good for:
67
85
- Effort: One time setup, Daily work Automated
68
86
- Security: Secured - Backup is in Object Storage - Amazon s3 has proved Security
69
87
- Storage Guarantee: Double Guranteed - Enable Redundency if required
88
+ - Restoration: Manual
70
89
- Cost: Network Cost, Object Storage normally cheaper
71
90
- Network Usage: Used for Every Backup
91
+ - Alerting: Not Available
72
92
73
93
Intervals: Hourly, Weekly and Monthly
74
94
@@ -82,6 +102,9 @@ Intervals: Hourly, Weekly and Monthly
82
102
##### Challenges
83
103
84
104
- Network costs increase based on how you use
105
+ - No Track of how much time a backup consuming with nice dashboard
106
+ - Set Alerts for failures, threshoulds cross
107
+ - Restoration is command line based - Manual
85
108
86
109
87
110
0 commit comments