backup-restore-notifications job from notifications/68.0.0
Github source:
9e73ddb
or
master branch
Properties¶
domain
¶
Cloud Foundry System Domain
notifications
¶
app_domain
¶Domain used to host application
database
¶
ca_cert
¶CA certificate for authenticating the database connection
database
¶Database name for the database connection
host
¶Host (IP or domain) for the database connection
password
¶Password for the database connection
port
¶Port for the database connection
username
¶Username for the database connection
organization
¶Organization that hosts the app
space
¶Space that hosts the app
uaa
¶
client_id
¶Client id of the UAA
client_secret
¶Client secret of the UAA
release_level_backup
¶
Use newer bbr scripts which are split by release
- Default
false
ssl
¶
skip_cert_verify
¶Whether to verify SSL certs when making HTTP and SMTP requests
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/backup-restore-notifications/
directory
(learn more).
bin/bbr/backup
(frombackup.sh.erb
)bin/bbr/metadata
(frommetadata.sh
)bin/bbr/post-restore-unlock
(frompost-restore-unlock.sh.erb
)bin/bbr/pre-restore-lock
(frompre-restore-lock.sh.erb
)bin/bbr/restore
(fromrestore.sh.erb
)bin/common
(fromcommon.sh.erb
)config/backup-restore-notifications-db-config.json
(fromconfig.json.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.
This job relies on no runtime packages.