You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We need to omit changing the users password, as otherwise the content in the Secrets does not match
38
-
# the actual password in Postgres.
39
-
grep -vwE '(CREATE ROLE postgres;|CREATE ROLE superset;|ALTER ROLE postgres|ALTER ROLE superset)' postgres_superset_dump.sql > /dump/postgres_superset_dump.sql
40
-
volumeMounts:
41
-
- name: dump
42
-
mountPath: /dump/
43
-
- name: restore-postgres
44
-
image: docker.io/bitnami/postgresql:16.1.0-debian-11-r11 # Same image as the bitnami postgres helm-chart is using
# We need to omit changing the users password, as otherwise the content in the Secrets does not match
38
+
# the actual password in Postgres.
39
+
grep -vwE '(CREATE ROLE postgres;|CREATE ROLE superset;|ALTER ROLE postgres|ALTER ROLE superset)' postgres_superset_dump.sql > /dump/postgres_superset_dump.sql
40
+
volumeMounts:
41
+
- name: dump
42
+
mountPath: /dump/
43
+
- name: restore-postgres
44
+
image: docker.io/bitnami/postgresql:16.1.0-debian-11-r11 # Same image as the bitnami postgres helm-chart is using
0 commit comments