Skip to content

Commit

Permalink
Update PostgreSQL artifact definitions (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed Jul 12, 2022
1 parent d66e298 commit ec87a20
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions data/database_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ sources:
- type: FILE
attributes:
paths:
- '/etc/postgresql/*/main/postgresql.conf'
- '/etc/postgresql/*/main/pg_hba.conf'
- '/etc/postgresql/*/main/pg_ident.conf'
- '/etc/postgresql/*/*/postgresql.conf'
- '/etc/postgresql/*/*/pg_hba.conf'
- '/etc/postgresql/*/*/pg_ident.conf'
- '/var/lib/pgsql/postgresql.conf'
- '/var/lib/pgsql/pg_hba.conf'
- '/var/lib/pgsql/pg_ident.conf'
Expand All @@ -168,6 +168,7 @@ supported_os: [Linux]
urls:
- 'https://www.postgresql.org/docs/current/runtime-config-file-locations.html'
- 'https://docs.fedoraproject.org/en-US/quick-docs/postgresql/'
- 'https://wiki.debian.org/PostgreSql'
---
name: PostgreSQLDataDirectory
doc: PostgreSQL data directory.
Expand All @@ -178,10 +179,12 @@ sources:
- '/var/lib/pgsql/data/*'
- '/var/lib/pgsql/data-old/*'
- '/var/lib/pgsql/*/*'
- '/var/lib/postgresql/*/main/*/*'
supported_os: [Linux]
urls:
- 'https://www.postgresql.org/docs/current/storage-file-layout.html'
- 'https://docs.fedoraproject.org/en-US/quick-docs/postgresql/'
- 'https://wiki.debian.org/PostgreSql'
---
name: PostgreSQLLogFiles
doc: PostgreSQL log files.
Expand Down

0 comments on commit ec87a20

Please sign in to comment.