1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-18 11:02:01 +03:00

Tests passing for PostgreSQL 9.1. Set semantic version in filename.

This commit is contained in:
Will Rouesnel
2016-11-18 02:26:33 +11:00
parent 175686dc0f
commit be1a76b167
6 changed files with 429 additions and 224 deletions

View File

@@ -131,6 +131,9 @@ if [ "$1" = 'postgres' ]; then
echo
fi
# We need this health check so we know when it's started up.
touch /tmp/.postgres_init_complete
exec gosu postgres "$@"
fi