fix(fleet,mysql): switch Fleet to MariaDB, add mysql case to manage_tool_repository

- fleet: use setup_mariadb instead of setup_mysql (MariaDB works fine for
  Fleet and avoids MySQL repo complexity on trixie)
- tools.func: add missing mysql) case block to manage_tool_repository
  (was causing 'Unknown tool repository: mysql' error)
This commit is contained in:
MickLesk
2026-04-05 18:35:51 +02:00
parent 77e1490b7c
commit f7258d5268
2 changed files with 37 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ setting_up_container
network_check
update_os
setup_mysql
setup_mariadb
msg_info "Setting up Database"
FLEET_DB_PASS=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c 13)