File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- FROM postgres:13
1
+ FROM postgres:13.8
2
2
3
3
RUN apt-get update
4
4
RUN apt-get -y install postgresql-13-cron
Original file line number Diff line number Diff line change 1
1
## Postgres givethio
2
2
3
- We needed a postgres docker image with enabled pg_cron and pg_trgm so we wrote and publish this docker image
3
+ We needed a postgres docker image with enabled pg_cron so we wrote and publish this docker image
4
4
to use it in https://github.com/Giveth/impact-graph
5
5
6
6
related PR in impact-graph https://github.com/Giveth/impact-graph/pull/658
Original file line number Diff line number Diff line change 4
4
# Remove last line "shared_preload_libraries='citus'"
5
5
sed -i ' $ d' /var/lib/postgresql/data/pgdata/postgresql.conf
6
6
cat << EOT >> /var/lib/postgresql/data/pgdata/postgresql.conf
7
- shared_preload_libraries = 'pg_cron,pg_trgm';
8
- cron.database_name = 'givethio'
7
+ shared_preload_libraries= 'pg_cron'
8
+ cron.database_name= 'givethio'
9
9
EOT
10
10
# Required to load pg_cron
11
11
pg_ctl restart
12
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments