We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b12179 commit ccc7c4bCopy full SHA for ccc7c4b
Dockerfile-17
@@ -186,7 +186,7 @@ RUN sed -i \
186
chown postgres:postgres /etc/postgresql-custom
187
188
# Remove items from postgresql.conf
189
-RUN sed -i 's/ timescaledb,//g;' "/etc/postgresql/postgresql.conf"
+# RUN sed -i 's/ timescaledb,//g;' "/etc/postgresql/postgresql.conf"
190
#as of pg 16.4 + this db_user_namespace totally deprecated and will break the server if setting is present
191
RUN sed -i 's/db_user_namespace = off/#db_user_namespace = off/g;' "/etc/postgresql/postgresql.conf"
192
RUN sed -i 's/ timescaledb,//g; s/ plv8,//g' "/etc/postgresql-custom/supautils.conf"
0 commit comments