3
0
Arne Teuke
2025-10-30 14:30:26 +01:00
parent d51fafc680
commit ca80d70857
4 changed files with 14 additions and 13 deletions

View File

@@ -18,16 +18,19 @@ PostgreSQL is a powerful modern open source SQL database server.
Installation
* install binaries as per given parameters for major and minor version
* install binaries
* initialize the database cluster
Configuration
* manage directory structure including file system permissions and selinux context
* manage service status
* manage single line entries in pg_hba via define (optional)
* manage roles via define (optional)
* manage databases via define (optional)
Optional:
* manage single line entries in pg_hba via define
* manage roles and databases via define (set `$pl_manage_content` to true)
## Repo Documentation