backup-restore-notifications job from notifications/39
Github source:
46959136
or
master branch
Properties¶
domain
¶
Cloud Foundry System Domain
notifications
¶
app_domain
¶Domain used to host application
cf
¶
admin_password
¶Password of the CF admin user
admin_user
¶Username of the CF admin user
database
¶
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
url
¶URL pointing to database. When present, overrides database adapter, username, password, host, port, and database properties.
username
¶Username for the database connection
organization
¶Organization that hosts the app
space
¶Space that hosts the app
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.