cozystack/internal/backupcontroller
Andrei Kvapil bce5300116
refactor: rename mysql application to mariadb
The mysql chart actually deploys MariaDB via mariadb-operator, but was
incorrectly named "mysql". Rename all references to use the correct
"mariadb" name across the codebase.

Changes:
- Rename packages/apps/mysql -> packages/apps/mariadb
- Rename packages/system/mysql-rd -> packages/system/mariadb-rd
- Rename platform source and bundle references
- Update CRD kind from MySQL to MariaDB
- Update RBAC, e2e tests, backup controller tests
- Keep real MySQL CLI/config tool names unchanged (mysqldump, [mysqld], etc.)

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
2026-02-12 15:15:20 +01:00
..
factory refactor: rename mysql application to mariadb 2026-02-12 15:15:20 +01:00
backupclass_resolver.go Revert "fix about wrong strategy ref type" 2026-01-23 00:33:37 +04:00
backupclass_resolver_test.go refactor: rename mysql application to mariadb 2026-02-12 15:15:20 +01:00
backupjob_controller.go [backups] 2026-02-04 15:50:23 +03:00
jobstrategy_controller.go Merge branch 'feat/backup-work-consolidation' into feat/backup-recovery 2026-02-03 21:20:59 +04:00
plan_controller.go feat(backups): implement interface changes related backups class introduction 2026-01-22 10:39:33 +04:00
restorejob_controller.go [backups] 2026-02-04 15:50:23 +03:00
velerostrategy_controller.go [backups] 2026-02-04 15:50:23 +03:00
velerostrategy_controller_test.go Revert "fix about wrong strategy ref type" 2026-01-23 00:33:37 +04:00