Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.
| Порівняння попередніх версій Попередня ревізія | |||
|
setupbatchinstaller [2025/11/21 19:40] nightfly знищено |
— (поточний) | ||
|---|---|---|---|
| Рядок 1: | Рядок 1: | ||
| - | ====== batchinstaller ====== | ||
| - | < | ||
| - | Batchinstaller.sh < | ||
| - | |||
| - | Required parameters: | ||
| - | type - Installation type: NEW or MIG | ||
| - | arch - Architecture: | ||
| - | channel | ||
| - | internal_interface - Internal network interface name | ||
| - | |||
| - | Optional parameters: | ||
| - | external_interface - External network interface name (for NAS setup) | ||
| - | |||
| - | Required for MIG type: | ||
| - | mysql_pass | ||
| - | stargazer_pass | ||
| - | rscriptd_pass | ||
| - | ubilling_serial | ||
| - | |||
| - | Examples: | ||
| - | Batchinstaller.sh NEW 143_6L STABLE em0 - New installation on FreeBSD 14.3 amd64 with internal interface em0 | ||
| - | Batchinstaller.sh MIG 143_6L STABLE em0 em1 mys828223 stg883473 rsdbilochka66 UB0000000000000000000 - Migration from another server | ||
| - | </ | ||