Skip to content

postgres job from bosh/155

Github source: 327a58bc or master branch

Properties

postgres

database

Default Postgres database (it will be created during the startup process)

Default
bosh

listen_address

IP address Postgres listens on

Default
0.0.0.0

password

Password clients must use to access Postgres

port

TCP port Postgres listens on

Default
5432

user

Username clients must use to access Postgres

Default
bosh

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/postgres/ directory (learn more).

  • bin/postgres_ctl (from postgres_ctl.erb)
  • config/postgresql.conf (from postgresql.conf.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.