Add support for restoring/importing backups in ServiceDatabase (Docker Compose databases). Changes: - Add ServiceDatabase case in buildRestoreCommand() method - Handle ServiceDatabase container naming in getContainers() - Support PostgreSQL, MySQL, MariaDB, MongoDB detection via databaseType() - Mark unsupported ServiceDatabase types (Redis, KeyDB, etc.) Fixes #7529 |
||
|---|---|---|
| .. | ||
| Backup | ||
| Clickhouse | ||
| Dragonfly | ||
| Keydb | ||
| Mariadb | ||
| Mongodb | ||
| Mysql | ||
| Postgresql | ||
| Redis | ||
| BackupEdit.php | ||
| BackupExecutions.php | ||
| BackupNow.php | ||
| Configuration.php | ||
| CreateScheduledBackup.php | ||
| Heading.php | ||
| Import.php | ||
| InitScript.php | ||
| ScheduledBackups.php | ||