PostgreSQL installer, user+database init, and tester.
postgres server vars
(root object)postgres vars that can be set
postgres server vars
Properties
Type | Description | Required | |
---|---|---|---|
POSTGRESQL_VERSION | string |
Version of PostgreSQL demanded | No |
POSTGRES_USER | string |
Username to create inside postgres | No |
POSTGRES_PASSWORD | string |
Password for created user inside postgres | No |
POSTGRES_PASSWORD_FILE | string |
Password file, its contents used as password for created user inside postgres | No |
POSTGRES_HOST | string |
Hostname to serve postgres from | No |
POSTGRES_DB | string |
Database to create within postgres | No |
Additional properties are allowed.
Version of PostgreSQL demanded
string
Username to create inside postgres
string
Password for created user inside postgres
string
Password file, its contents used as password for created user inside postgres
string
Hostname to serve postgres from
string
Database to create within postgres
string