“First, the canister must be stopped so it does not accept any new incoming requests.”
This can be understood in two ways:
- I need to explicitly stop a canister before running an upgrade.
- Issuing upgrading command first stops the canister and only then upgrades it.
Whichever of the two interpretations is correct?