Quantcast
Channel: TimescaleDB and PostgreSQL - Timescale Community Forum
Viewing all articles
Browse latest Browse all 294

Chunk has no dimension slices

$
0
0

I have a timescaledb that stores data from Zabbix, so we’ve always just used scripts from Zabbix to create and maintain hypertables.

Now I’m trying to run a migration script from zabbix, but I get this error:

ERROR:  chunk _hyper_1_1503_chunk has no dimension slices

So I start up psql and run a simple SELECT * FROM history LIMIT 1, but I get the same error.
No matter what query I run against the hypertables, I get the same error.

Zabbix runs fine and doesn’t seem to have any problems inserting and reading data from the tables.

What can I do to query data in psql? The migration script I want to run exports the data from the tables to a csv file, creates a new table with new schema and imports the data again, but it fails on the \copy export query

4 posts - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 294

Trending Articles