postgresql job from concourse/0.16.0
Github source:
311f8cdb
or
master branch
Properties¶
postgresql
¶
databases
¶A list of databases to create, e.g. [{name:foo}]
listen_host
¶Listening host of the PostgreSQL service
- Default
0.0.0.0
listen_port
¶Listening port of the PostgreSQL service
- Default
5432
max_connections
¶Maximum number of open database connections
- Default
500
roles
¶A list of roles to create, e.g. [{name:foo,password:bar}]
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/postgresql/
directory
(learn more).
bin/postgresql_ctl
(frompostgresql_ctl.erb
)config/pg_hba.conf
(frompg_hba.conf.erb
)config/postgresql.conf
(frompostgresql.conf.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.