docs: Update Backup Execution TUI display in README
Replaced outdated backup progress view with actual TUI implementation: - Backup Execution (in progress): * Shows type, database, duration * Spinner animation with status message * Cancel instruction - Backup Completed (success): * Completion status with checkmark * Backup details (filename, size, location, databases) * SHA-256 verification confirmed * Return to menu instruction Removed old progress bar style (45%, ETA, Speed) that's not in current TUI. Now accurately reflects the actual backup execution screen.
This commit is contained in:
32
README.md
32
README.md
@@ -137,15 +137,35 @@ Database: root@localhost:5432 (PostgreSQL)
|
|||||||
Press ↑/↓ to navigate • Enter to select • q to quit
|
Press ↑/↓ to navigate • Enter to select • q to quit
|
||||||
```
|
```
|
||||||
|
|
||||||
**Backup Progress:**
|
**Backup Execution:**
|
||||||
```
|
```
|
||||||
Backing up database: production_db
|
🔄 Backup Execution
|
||||||
|
|
||||||
[=================> ] 45%
|
Type: Single Database
|
||||||
Elapsed: 2m 15s | ETA: 2m 48s
|
Database: production_db
|
||||||
|
Duration: 2m 35s
|
||||||
|
|
||||||
Current: Dumping table users (1.2M records)
|
⠹ Backing up database 'production_db'...
|
||||||
Speed: 25 MB/s | Size: 3.2 GB / 7.1 GB
|
|
||||||
|
⌨️ Press Ctrl+C to cancel
|
||||||
|
```
|
||||||
|
|
||||||
|
**Backup Completed:**
|
||||||
|
```
|
||||||
|
🔄 Backup Execution
|
||||||
|
|
||||||
|
Type: Cluster Backup
|
||||||
|
Duration: 8m 12s
|
||||||
|
|
||||||
|
✅ Backup completed successfully!
|
||||||
|
|
||||||
|
Backup created: cluster_20251128_092928.tar.gz
|
||||||
|
Size: 22.5 GB (compressed)
|
||||||
|
Location: /u01/dba/dumps/
|
||||||
|
Databases: 7
|
||||||
|
Checksum: SHA-256 verified
|
||||||
|
|
||||||
|
⌨️ Press Enter or ESC to return to menu
|
||||||
```
|
```
|
||||||
|
|
||||||
**Restore Preview:**
|
**Restore Preview:**
|
||||||
|
|||||||
Reference in New Issue
Block a user