diff --git a/docs/POSTGRES.md b/docs/POSTGRES.md index 1434e7b..76c22ee 100644 --- a/docs/POSTGRES.md +++ b/docs/POSTGRES.md @@ -23,16 +23,3 @@ postgresql_databases: owner: wikijs state: present ``` - -In this example, there are two users because both `localhost` and `%` (all-hosts wildcard) are [mutually exclusive](https://stackoverflow.com/q/10823854/9290). I am also using environment variables to separate secret stores from the repository. - -## PG 15 - -I'm temporarily using this branch to get PG15: - -```yaml -# - src: https://github.com/ANXS/postgresql - - src: https://github.com/VladDm93/postgresql - version: postgres-14-15-support - name: anxs.postgresql -``` \ No newline at end of file