postgres job from cf/192
Github source:
ababe2f4
or
master branch
Properties¶
databases
¶
address
¶The database address
databases
¶A list of databases and associated properties to create
db_scheme
¶The database scheme
max_connections
¶Maximum number of database connections
port
¶The database port
roles
¶A list of database roles and associated properties to create
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
(frompostgres_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.