Skip to content

Grafana 11.4.0 DB mis-matches #54

@EdToro74

Description

@EdToro74

Grafana: 11.4.0

  1. The data_source table uses an INTEGER for the is_prunable field in Sqlite, but a BOOLEAN in Postgres. This causes the import to fail with:

    pq: column "is_prunable" is of type boolean but expression is of type integer INSERT INTO "data_source" VALUES...

I assume that Postgres wants the field to be true or false instead of 1 or 0.

  1. The playlist table has the fields in a different order. In Sqlite it is: uid, created_at, updated_at while in postgres it is created_at, updated_at, uid. Can column names be used in the dump/import to get around this?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions