_lib/_storage/postgres
\n
or
PostgreSQL
installer, user+database init, and tester.
Local and image-creation usage
Objects
\n
or
## postgres server
vars
postgres vars that can be set
postgres server vars Properties
| 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.
postgres server
vars.POSTGRESQL_VERSION
Version of PostgreSQL demanded
- Type:
string
- Required: No
postgres server
vars.POSTGRES_USER
Username to create inside postgres
- Type:
string
- Required: No
postgres server
vars.POSTGRES_PASSWORD
Password for created user inside postgres
- Type:
string
- Required: No
postgres server
vars.POSTGRES_PASSWORD_FILE
Password file, its contents used as password for created user inside
postgres
- Type:
string
- Required: No
postgres server
vars.POSTGRES_HOST
Hostname to serve postgres from
- Type:
string
- Required: No
postgres server
vars.POSTGRES_DB
Database to create within postgres
- Type:
string
- Required: No