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.
This commit is contained in:
Marek Miklewicz
2026-07-05 22:06:26 +02:00
parent 8e43e004f4
commit fb800585a4
+2 -1
View File
@@ -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
}