Bbr Pcf Pipeline Tasks Versions Save

Collection of Concourse tasks for backing up a Tanzu Application Service (TAS) installation using BOSH Backup and Restore (BBR)

v2.1.1

2 years ago

Release Date: April 19, 2022

Latest changes:

v2.1.0

4 years ago

Release Date: April 14, 2020

Features: Update PKS backup scripts to work with PKS 1.7 https://github.com/pivotal-cf/bbr-pcf-pipeline-tasks/pull/67

Always use the latest Ops Manager's Root CA https://github.com/pivotal-cf/bbr-pcf-pipeline-tasks/pull/64

Thanks @vChrisR & @watarumohawk for the PRs

v2.0.0

4 years ago

Release Date: September 26, 2019

BREAKING CHANGES

  • ERT tasks are deprecated. bbr-backup-ert and bbr-cleanup-ert are deleted. Please use bbr-backup-pas and bbr-cleanup-pas instead.
  • tasks output backup artifacts with a timestamp in the filename. Example pipelines are also changed to reflect this name update. Filename changed:
    • pas-backup.tar -> pas-backup_<timestamp>.tar
    • director-backup.tar -> director-backup_<timestamp>.tar
    • pks-clusters-backup.tar -> pks-clusters-backup_<timestamp>.tar
    • installation.zip -> installation_<timestamp>.zip
  • Example pipelines are updated and now use unversioned s3 buckets

v1.3.0

4 years ago

Release Date: June 26, 2019

Features:

  • tasks communicating through the BOSH API now support setting the SET_NO_PROXY variable. This will set a NO_PROXY environment variable for the BOSH Director IP.

New Tasks

  • check-opsman-status task: ensures that an apply changes is not in flight in OpsManager before proceeding with a backup

v1.2.0

4 years ago

Release Date: May 28, 2019

Notice: This release includes an important internal change. We switched Dockerhub accounts and all the references to Docker images used by tasks in this repo have been updated. We recommend that you upgrade your pipeline using the latest task definitions so that you keep receiving updates for the Docker images.

Improovements

  • Make it easier to identify the different PKS backup artifacts

v1.1.0

5 years ago

We have duplicated the ERT tasks for PAS to resolve https://github.com/pivotal-cf/bbr-pcf-pipeline-tasks/issues/40. There is no new behaviour in bbr-backup-pas or bbr-cleanup-pas.

The ERT tasks are deprecated and will be removed in a future version.

New

  • bbr-backup-pas: Run bbr deployment backup for PAS
  • bbr-cleanup-pas: Run bbr deployment backup-cleanup for PAS

Deprecated

  • bbr-backup-ert: Run bbr deployment backup for ERT
  • bbr-cleanup-ert: Run bbr deployment backup-cleanup for ERT

v1.0.0

5 years ago

Here is a list of the tasks available:

All Foundations

  • export-om-installation: Export Ops Manager installation settings
  • bbr-backup-director: Run bbr director backup
  • bbr-cleanup-director: Run bbr director backup-cleanup

PAS/ERT

  • bbr-backup-ert: Run bbr deployment backup for PAS/ERT
  • bbr-cleanup-ert: Run bbr deployment backup-cleanup for PAS/ERT

PKS

  • bbr-backup-pks: Run bbr deployment backup for PKS control plane
  • bbr-cleanup-pks: Run bbr deployment backup-cleanup for PKS control plane
  • bbr-backup-pks-clusters: Run bbr deployment --all-deployments backup for all PKS clusters
  • bbr-cleanup-pks-clusters: Run bbr deployment --all-deployments backup-cleanup for all PKS clusters
  • lock-pks: Lock PKS control plane
  • unlock-pks: Unlock PKS control plane

Helper

  • extract-bbr-binary: Extracts the linux bbr binary from tarfile