psadmin-io / psadmin-plus

A psadmin helper script
MIT License
17 stars 4 forks source link

Added basic multi-PS_CFG_HOME support. Added poolrm/pooladd back #78

Closed iversond closed 6 years ago

iversond commented 6 years ago

tree $env:PS_MULTI_HOME ├───HRDEV ├───HRTST



* Also re-added support for LB pool management. Stopping a web domain will call `poolrm` first; starting a web domain will call `pooladd` after the domain starts.
iversond commented 6 years ago

Also added Debug support for viewing the executed commands. PS_PSA_DEBUG=true will display the command output.