Skip to content

Commit d0275a9

Browse files
authored
chore(postgresql-cluster): add extentions timescaledb (#103)
1 parent 19e1df2 commit d0275a9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

addons/postgresql-cluster/15/chart/postgresql-cluster/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

addons/postgresql-cluster/16/chart/postgresql-cluster-16/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)