Skip to content

Commit 373da13

Browse files
authored
Update mysql.md
1 parent f80846d commit 373da13

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

docs/backup/mysql.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
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
220

321
### A. Server Level Strategies: **Easiest**
422

@@ -67,8 +85,10 @@ Good for:
6785
- Effort: One time setup, Daily work Automated
6886
- Security: Secured - Backup is in Object Storage - Amazon s3 has proved Security
6987
- Storage Guarantee: Double Guranteed - Enable Redundency if required
88+
- Restoration: Manual
7089
- Cost: Network Cost, Object Storage normally cheaper
7190
- Network Usage: Used for Every Backup
91+
- Alerting: Not Available
7292

7393
Intervals: Hourly, Weekly and Monthly
7494

@@ -82,6 +102,9 @@ Intervals: Hourly, Weekly and Monthly
82102
##### Challenges
83103

84104
- 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
85108

86109

87110

0 commit comments

Comments
 (0)