Mercurial > lada > lada-server
comparison db_schema/Dockerfile @ 1169:eefd0ca9e42f pgaudit
Add hint for creation of schema objects for log analyzer.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 09 Nov 2016 17:33:16 +0100 |
parents | e0a959e652c4 |
children | 2e59a51d914f |
comparison
equal
deleted
inserted
replaced
1162:e0a959e652c4 | 1169:eefd0ca9e42f |
---|---|
111 # | 111 # |
112 CMD ["/usr/lib/postgresql/9.5/bin/postgres", \ | 112 CMD ["/usr/lib/postgresql/9.5/bin/postgres", \ |
113 "--config_file=/etc/postgresql/9.5/main/postgresql.conf"] | 113 "--config_file=/etc/postgresql/9.5/main/postgresql.conf"] |
114 | 114 |
115 # To use pgaudit/analyze from within the container: | 115 # To use pgaudit/analyze from within the container: |
116 # psql -f pgaudit/analyze/sql/audit.sql lada | |
116 # cd pgaudit/analyze/bin | 117 # cd pgaudit/analyze/bin |
117 # ./pgaudit_analyze /var/log/postgresql/ \ | 118 # ./pgaudit_analyze /var/log/postgresql/ \ |
118 # --log-file /var/log/postgresql/pgaudit_analyze.log | 119 # --log-file /var/log/postgresql/pgaudit_analyze.log |