This topic describes how to validate the health of your Concourse deployment before you perform a backup or upgrade.


Check your Instances for Errors

To check your instances for errors, do the following:

  1. Run the bosh instances command to view the running, stopped, and errored processes deployed by your BOSH Director:

    bosh -e BOSH-ENVIRONMENT-ALIAS -d TARGET-CONCOURSE-DEPLOYMENT instances --ps
    

    Where:

  2. If you see any red error statuses, fix these instances before you perform any backups or upgrade Concourse.

Review Tasks for Errors

You can review tasks that have run recently to discover any operations that might have failed. To do so, do the following:

  1. Run the bosh tasks command to view recent deployments to discover any errors that might have taken place recently:

    bosh -e BOSH-ENVIRONMENT-ALIAS tasks --recent -d TARGET-CONCOURSE-DEPLOYMENT
    
  2. If you see tasks with errors, investigate these before you perform any backups or upgrading Concourse.

check-circle-line exclamation-circle-line close-line
Scroll to top icon