Skip to content

Commit

Permalink
Update 001-setup-pg_cron.sh
Browse files Browse the repository at this point in the history
Fixing the colon in the postgres config while loading libraries
  • Loading branch information
mhmdksh authored Feb 12, 2024
1 parent 57cfbfe commit c85bfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init-db/001-setup-pg_cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Remove last line "shared_preload_libraries='citus'"
sed -i '$ d' /var/lib/postgresql/data/pgdata/postgresql.conf
cat <<EOT >> /var/lib/postgresql/data/pgdata/postgresql.conf
shared_preload_libraries = 'pg_cron,pg_trgm';
shared_preload_libraries = 'pg_cron,pg_trgm'
cron.database_name = 'givethio'
EOT
# Required to load pg_cron
Expand Down

0 comments on commit c85bfeb

Please sign in to comment.