If you have already upgraded to PAS (2.3.0 /2.3.1/ 2.3.2) , please follow this process:
Disable the
push-app-usage-service errand before the upgrade. This can be disabled in the errands section of the PAS tile. Once it is disabled you can proceed with the upgrade.
After the upgrade it will be necessary to check the status of the application's with the following commands:
- cf target -o system -s system
- cf apps
If the applications are
stopped then you can
start them again with the following commands:
- cf start app-usage-scheduler
- cf start app-usage-server
- cf start app-usage-worker
To check that this has been successful you can run
cf apps.Please upgrade to PAS 2.3.3 (fix included in that version) and re-enabled the errand
https://docs.pivotal.io/pivotalcf/2-3/pcf-release-notes/runtime-rn.html#2.3.3