postgresql
A free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance.
Categories
Uncategorized
Usage
To use this module, import it like th:
Module Options
clan.postgresql.databases
Databases to create
Type: attribute set of (submodule)
Default:
clan.postgresql.databases.<name>.create.enable
Create the database if it does not exist.
Type: boolean
Default:
clan.postgresql.databases.<name>.create.options
Options to pass to the CREATE DATABASE command.
Type: lazy attribute set of string
Default:
Example
clan.postgresql.databases.<name>.name
Database name.
Type: string
Default:
clan.postgresql.databases.<name>.restore.stopOnRestore
List of systemd services to stop before restoring the database.
Type: list of string
Default:
clan.postgresql.databases.<name>.service
Service name that we associate with the database.
Type: string
Default:
clan.postgresql.users
Users to create
Type: attribute set of (submodule)
Default:
clan.postgresql.users.<name>.name
User name
Type: string
Default: