This topic describes how to restore your Concourse pipelines from a Bosh Backup and Restore (BBR) backup. Reasons to restore Concourse from a backup include:
Run the bbr deployment restore
command:
bbr deployment \
--deployment TARGET-CONCOURSE \
restore \
--artifact-path PATH-TO-BACKUP
Where:
TARGET-CONCOURSE
is your target deployment, andPATH-TO-BACKUP
is the path to the backup directory you wish to restore from.Make sure that you are running the same version of Concourse that your backup was created from.
Run the following command to verify that the state of your pipelines has been restored:
fly -t TARGET-CONCOURSE pipelines
Where TARGET-CONCOURSE
is your target deployment.
Symptom: After a restore, git repository resources appear broken with an error like this: text unknown handle: UUID
Solution: Recreate the pipelines by running fly set-pipeline
.