Skip to content

Commit 79d9215

Browse files
Make pg_analytics optional (#83)
Signed-off-by: Philippe Noël <21990816+philippemnoel@users.noreply.github.com>
1 parent 7c7c27f commit 79d9215

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests-cluster-chainsaw.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tests: ${{ steps.listTests.outputs.tests }}
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@4
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 1
1818
- id: listTests

charts/paradedb/templates/_bootstrap.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ bootstrap:
2323
postInitApplicationSQL:
2424
{{- if or (eq .Values.type "paradedb") (eq .Values.type "paradedb-enterprise") }}
2525
- CREATE EXTENSION IF NOT EXISTS pg_search;
26-
- CREATE EXTENSION IF NOT EXISTS pg_analytics;
2726
- CREATE EXTENSION IF NOT EXISTS pg_ivm;
2827
- CREATE EXTENSION IF NOT EXISTS vector;
2928
- CREATE EXTENSION IF NOT EXISTS postgis;
@@ -42,7 +41,6 @@ bootstrap:
4241
postInitTemplateSQL:
4342
{{- if or (eq .Values.type "paradedb") (eq .Values.type "paradedb-enterprise") }}
4443
- CREATE EXTENSION IF NOT EXISTS pg_search;
45-
- CREATE EXTENSION IF NOT EXISTS pg_analytics;
4644
- CREATE EXTENSION IF NOT EXISTS pg_ivm;
4745
- CREATE EXTENSION IF NOT EXISTS vector;
4846
- CREATE EXTENSION IF NOT EXISTS postgis;

0 commit comments

Comments
 (0)