The Backup and Restore SDK BOSH release is used for two distinct things:
- enabling release authors to incorporate database backup & restore functionality in their releases (See Database Backup and Restore)
- enabling operators to configure their deployments which use external blobstores to be backed up and restored by BBR (See Blobstore Backup and Restore)
Slack: #bbr on https://slack.cloudfoundry.org
Pivotal Tracker: https://www.pivotaltracker.com/n/projects/1662777
Backup and Restore SDK Release status
Name | Versions |
---|---|
MariaDB | 10.2.x |
MySQL | 5.7.x, 8.0.x |
Postgres | 9.6.x, 10.x, 11.x |
The SDK can use used against Postgres 9.4, but is not supported upstream by the Postgres community.
CI Status:
Name |
---|
S3-Compatible |
Azure |
Google Cloud Storage |
This repository using develop as the main branch, tested releases are tagged with their versions, and master branch represents the latest release.
The unit tests make use of ruby, go, and ginkgo. The easiest way to run them is to use our docker files, which provide versions of these dependencies that we've already tested. You can do this with:
make unit
If you want to run the tests using your local development tools, without using docker, you can run:
make local-unit
Individual targets exist for individual unit tests, like make docker-unit-blobstore-gcs
and make local-unit-blobstore-gcs
. Check
the Makefile for all available targets
To run the Blobstore contract tests, you'll need to export the environment variables the particular test requires. Check the sdk-unit-blobstore pipeline task for details.
To run the system tests, you'll need to export the necessary environment variables that the particular test requires.
See the sdk-system-blobstore pipeline task and sdk-system-db pipeline task for more details.
You'll also need a bosh director with a few particular bosh releases deployed in it. Given a bosh director exists, the infrastructure pipeline can be set to deploy the necessary releases.