From fb800585a4c243f0d04efbe3da3c5fab10d8af2b Mon Sep 17 00:00:00 2001 From: Marek Miklewicz Date: Sun, 5 Jul 2026 22:06:26 +0200 Subject: [PATCH] polish: document AlmaLinux 8/9 requirement for the automatic 3306 default Final whole-branch review noted usage() advertised the PORT=3306 default without mentioning it only works on AlmaLinux 8/9 - other distros must pass an explicit non-3306 port. --- scripts/install_db.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install_db.sh b/scripts/install_db.sh index ca0a03c..2773bca 100755 --- a/scripts/install_db.sh +++ b/scripts/install_db.sh @@ -83,7 +83,8 @@ Dozwolone gałęzie MariaDB: 10.11, 11.4, 11.8. Jeżeli PORT zostanie pominięty, przyjmowana jest wartość domyślna 3306. W takim przypadku skrypt najpierw przenosi natywną instancję MariaDB zarządzaną przez CustomBuild na inny port (patrz scripts/setup/native_mariadb_port_takeover.sh), -aby zwolnić port 3306 dla alt-mariadb. +aby zwolnić port 3306 dla alt-mariadb. To automatyczne przejęcie portu działa +wyłącznie na AlmaLinux 8/9 - na innych systemach podaj PORT jawnie (inny niż 3306). EOF }