File tree Expand file tree Collapse file tree
addons/postgresql-cluster
15/chart/postgresql-cluster
16/chart/postgresql-cluster-16 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ preInitScript: |
9090 archive_timeout: 300s
9191 archive_command: sh /opt/drycc/postgresql/walbackup.sh %p
9292 # timescaledb.license: 'timescale'
93- shared_preload_libraries: 'auto_explain,pg_stat_statements'
93+ shared_preload_libraries: 'auto_explain,pg_stat_statements,timescaledb '
9494 log_destination: 'csvlog'
9595 log_filename: postgresql.log
9696 logging_collector: on
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ preInitScript: |
8989 archive_mode: "on"
9090 archive_timeout: 300s
9191 archive_command: sh /opt/drycc/postgresql/walbackup.sh %p
92- # timescaledb.license: 'timescale'
93- shared_preload_libraries: 'auto_explain,pg_stat_statements'
92+ # timescaledb.license: 'timescale'
93+ shared_preload_libraries: 'auto_explain,pg_stat_statements,timescaledb '
9494 log_destination: 'csvlog'
9595 log_filename: postgresql.log
9696 logging_collector: on
You can’t perform that action at this time.
0 commit comments