Skip to content

Commit 95e270f

Browse files
committed
chore(database): remove all database extensions
1 parent c397089 commit 95e270f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

charts/database/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ replicator: "standby"
6969
replicatorPassword: ""
7070
user: ""
7171
password: ""
72-
initDatabases: "controller,passport,monitor"
73-
databaseExtensions: "postgis,timescaledb"
72+
initDatabases: "controller,passport"
73+
databaseExtensions: ""
7474

7575
global:
7676
# Set the location of Workflow's Object Storage

rootfs/entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ restapi:
3333
postgresql:
3434
data_dir: '${PGDATA}'
3535
parameters:
36-
timescaledb.license: 'timescale'
37-
shared_preload_libraries: 'auto_explain,timescaledb,pg_stat_statements'
36+
shared_preload_libraries: 'auto_explain,pg_stat_statements'
3837
hot_standby: "on"
3938
max_connections: 1005
4039
max_worker_processes: 8

0 commit comments

Comments
 (0)