https://github.com/khoadangnguyen/mysql-pit-backuprestore
Perform logical data backup and point-in-time recovery for MySQL database
https://github.com/khoadangnguyen/mysql-pit-backuprestore
bash mysql
Last synced: 11 months ago
JSON representation
Perform logical data backup and point-in-time recovery for MySQL database
- Host: GitHub
- URL: https://github.com/khoadangnguyen/mysql-pit-backuprestore
- Owner: khoadangnguyen
- Created: 2024-12-01T15:28:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T00:05:10.000Z (over 1 year ago)
- Last Synced: 2025-04-03T15:12:55.627Z (about 1 year ago)
- Topics: bash, mysql
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MySQL-PIT-BackupRestore
A collection of commands and scripts to perform logical data backup using mysqldump, point-in-time recovery
leveraging binary logs, and verification for MySQL database.