Skip to content

Commit ccc7c4b

Browse files
committed
Leave timescaledb in the list of shared_preload_libraries, to allow it to be enabled
1 parent 5b12179 commit ccc7c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-17

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ RUN sed -i \
186186
chown postgres:postgres /etc/postgresql-custom
187187

188188
# Remove items from postgresql.conf
189-
RUN sed -i 's/ timescaledb,//g;' "/etc/postgresql/postgresql.conf"
189+
# RUN sed -i 's/ timescaledb,//g;' "/etc/postgresql/postgresql.conf"
190190
#as of pg 16.4 + this db_user_namespace totally deprecated and will break the server if setting is present
191191
RUN sed -i 's/db_user_namespace = off/#db_user_namespace = off/g;' "/etc/postgresql/postgresql.conf"
192192
RUN sed -i 's/ timescaledb,//g; s/ plv8,//g' "/etc/postgresql-custom/supautils.conf"

0 commit comments

Comments
 (0)