Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Add pg_cron to postgresql.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
dqii committed Apr 16, 2024
1 parent c3c0d02 commit 159b2b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
type: string
description: "Lantern Suite version to tag"
required: true
default: "10"
default: "11"
IMAGE_NAME:
type: string
description: "Container image name to tag"
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN git clone https://github.com/citusdata/pg_cron.git /tmp/pg_cron && \
cd /tmp/pg_cron && \
git checkout ${PG_CRON_VERSION} && \
make -j && \
make install
make install && \
echo "shared_preload_libraries = 'pg_cron'" >> /var/lib/postgresql/data/postgresql.conf

# Install Lantern
RUN cd /tmp && \
Expand Down

0 comments on commit 159b2b1

Please sign in to comment.