Changes between Version 10 and Version 11 of Backup
- Timestamp:
- 11/15/25 15:06:47 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Backup
v10 v11 18 18 * Чекор 3: restoration 19 19 * '''Manual Backup:''' 20 * Чекор 1: Stop MySQL - `net stop MySQL80 /sudo systemctl stop mysql`20 * Чекор 1: Stop MySQL - `net stop MySQL80 | sudo systemctl stop mysql` 21 21 * Чекор 2: Копирање на MySQL data directory - C:\ProgramData\MySQL\MySQL Server 8.0\Data | /var/lib/mysql/ 22 * Чекор 3: Start MySQL - `net start MySQL80 /sudo systemctl start mysql`22 * Чекор 3: Start MySQL - `net start MySQL80 | sudo systemctl start mysql` 23 23 24 24 == Restoration … … 36 36 === Physical Restore 37 37 38 * '''Stop MySQL:''' `net stop MySQL80 | sudo systemctl stop mysql` 39 * '''Избриши ја старата data directory (или rename):''' C:\ProgramData\MySQL\MySQL Server 8.0\Data | /var/lib/mysql/ 40 * '''Копирање на backup-от назад во data directory''' 41 * '''Start MySQL:''' net start MySQL80 | sudo systemctl stop mysql` 42 43 38 44 == Point-in-Time Recovery (PITR) 39 45
