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
kubectl -n datalens delete po pg-6864b55cd9-78hfw $fc
Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.
pod "pg-6864b55cd9-78hfw" force deleted
kc -n datalens logs pg-dccfdf47f-qg2h9 -f
..
2024-12-23 15:43:30.722 UTC [1] LOG: database system is ready to accept connections
2024-12-23 15:43:34.794 UTC [65] ERROR: relation "collections" does not exist at character 218
2024-12-23 15:43:34.794 UTC [65] STATEMENT: select 'collection' as "type", null as "workbook_id", "collection_id", "title", "sort_title", "description", "parent_id", "project_id", "tenant_id", "created_by", "created_at", "updated_by", "updated_at", "meta" from "collections" where "tenant_id" = $1 and "project_id" is null and "deleted_at" is null and "parent_id" is null union all select 'workbook' as "type", "workbook_id", "collection_id", "title", "sort_title", "description", null as "parent_id", "project_id", "tenant_id", "created_by", "created_at", "updated_by", "updated_at", "meta" from "workbooks" where "tenant_id" = $2 and "project_id" is null and "collection_id" is null and "deleted_at" is null order by "type" asc, "created_at" desc limit $3
2024-12-23 15:43:36.915 UTC [65] ERROR: relation "collections" does not exist at character 218
kubectl -n datalens delete po pg-6864b55cd9-78hfw $fc
Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely.
pod "pg-6864b55cd9-78hfw" force deleted
kc -n datalens logs pg-dccfdf47f-qg2h9 -f
..
2024-12-23 15:43:30.722 UTC [1] LOG: database system is ready to accept connections
2024-12-23 15:43:34.794 UTC [65] ERROR: relation "collections" does not exist at character 218
2024-12-23 15:43:34.794 UTC [65] STATEMENT: select 'collection' as "type", null as "workbook_id", "collection_id", "title", "sort_title", "description", "parent_id", "project_id", "tenant_id", "created_by", "created_at", "updated_by", "updated_at", "meta" from "collections" where "tenant_id" = $1 and "project_id" is null and "deleted_at" is null and "parent_id" is null union all select 'workbook' as "type", "workbook_id", "collection_id", "title", "sort_title", "description", null as "parent_id", "project_id", "tenant_id", "created_by", "created_at", "updated_by", "updated_at", "meta" from "workbooks" where "tenant_id" = $2 and "project_id" is null and "collection_id" is null and "deleted_at" is null order by "type" asc, "created_at" desc limit $3
2024-12-23 15:43:36.915 UTC [65] ERROR: relation "collections" does not exist at character 218
cat values.yaml
versions:
ui: 0.2312.0
control: 0.2176.0
data: 0.2176.0
us: 0.260.0
database:
enabled: true
demo: false
storageClass: yc-network-ssd
version: 13
image: postgres:13-alpine
resources:
requests:
cpu: 250m
memory: 128Mi
limits:
cpu: 1000m
memory: 512Mi
ingress:
enabled: true
domain: datalens.apps.mks2.company.global
yc: false
registry: datalens-tech
application:
ui:
replicas: 1
image: null
resources:
requests:
cpu: 250m
memory: 256Mi
limits:
cpu: 1000m
memory: 512Mi
us:
replicas: 1
image: null
resources:
requests:
cpu: 500m
memory: 512Mi
limits:
cpu: 4
memory: 16Gi
control:
replicas: 1
image: null
resources:
requests:
cpu: 500m
memory: 1024Mi
limits:
cpu: 4
memory: 16Gi
data:
replicas: 1
image: null
resources:
requests:
cpu: 1000m
memory: 1024Mi
limits:
cpu: 4
memory: 16Gi
The text was updated successfully, but these errors were encountered: