MetroAE health checks are used to ensure that everything is running properly. The health checks are run:
- Automatically when doing an install using the
metroae-container install everything
command or when installing a specific component such asmetroae-container install vsds
- Manually at any time using commands such as
metroae-conatiner health vsds
- Automatically before and after an upgrade using commands such as
metroae-container upgrade everything
andmetroae-conatiner upgrade vsds
. The pre-upgrade checks are to ensure the highest likelihood of success, and the post-upgrade checks verify that the upgrade was successful - Manually before and after an upgrade using commands such as
metroae-container upgrade preupgrade health
andmetroae-container upgrade postupgrade health