Skip to content

Commit

Permalink
Preparing for Official relases
Browse files Browse the repository at this point in the history
  • Loading branch information
dotneft committed Oct 31, 2019
1 parent 45597c5 commit ced2301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-pgsql/alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ create_db_schema_postgresql() {
-U ${DB_SERVER_ZBX_USER} ${DB_SERVER_DBNAME} 1>/dev/null

if [ "${ENABLE_TIMESCALEDB}" == "true" ]; then
cat /usr/share/doc/zabbix-$type-postgresql/timescaledb.sql | psql -q \
cat /usr/share/doc/zabbix-server-postgresql/timescaledb.sql | psql -q \
-h ${DB_SERVER_HOST} -p ${DB_SERVER_PORT} \
-U ${DB_SERVER_ZBX_USER} ${DB_SERVER_DBNAME} 1>/dev/null
fi
Expand Down

0 comments on commit ced2301

Please sign in to comment.