diff --git a/scripts/env-data.sh b/scripts/env-data.sh index 2cd60da..5fb654a 100644 --- a/scripts/env-data.sh +++ b/scripts/env-data.sh @@ -329,7 +329,7 @@ fi if [ -z "${SHARED_PRELOAD_LIBRARIES}" ]; then if [[ $(dpkg -l | grep "timescaledb") > /dev/null ]];then - SHARED_PRELOAD_LIBRARIES='timescaledb' + SHARED_PRELOAD_LIBRARIES='pg_cron,timescaledb' else SHARED_PRELOAD_LIBRARIES='pg_cron' fi