diff --git a/addons/postgresql-cluster/15/chart/postgresql-cluster/values.yaml b/addons/postgresql-cluster/15/chart/postgresql-cluster/values.yaml index 95d57e54..7d103fd1 100644 --- a/addons/postgresql-cluster/15/chart/postgresql-cluster/values.yaml +++ b/addons/postgresql-cluster/15/chart/postgresql-cluster/values.yaml @@ -90,7 +90,7 @@ preInitScript: | archive_timeout: 300s archive_command: sh /opt/drycc/postgresql/walbackup.sh %p # timescaledb.license: 'timescale' - shared_preload_libraries: 'auto_explain,pg_stat_statements' + shared_preload_libraries: 'auto_explain,pg_stat_statements,timescaledb' log_destination: 'csvlog' log_filename: postgresql.log logging_collector: on diff --git a/addons/postgresql-cluster/16/chart/postgresql-cluster-16/values.yaml b/addons/postgresql-cluster/16/chart/postgresql-cluster-16/values.yaml index 9ab405f3..fcf73961 100644 --- a/addons/postgresql-cluster/16/chart/postgresql-cluster-16/values.yaml +++ b/addons/postgresql-cluster/16/chart/postgresql-cluster-16/values.yaml @@ -89,8 +89,8 @@ preInitScript: | archive_mode: "on" archive_timeout: 300s archive_command: sh /opt/drycc/postgresql/walbackup.sh %p - # timescaledb.license: 'timescale' - shared_preload_libraries: 'auto_explain,pg_stat_statements' + # timescaledb.license: 'timescale' + shared_preload_libraries: 'auto_explain,pg_stat_statements,timescaledb' log_destination: 'csvlog' log_filename: postgresql.log logging_collector: on