Hi,
I've upgraded from 4.4 to 5.0
PostgreSQL 11.6
TimescaleDB version 1.6.0
I am trying to apply a patch double.sql and I get an error
zabbix=# \i double.sql
psql:double.sql:7: ERROR: operation not supported on hypertables that have compression enabled
psql:double.sql:10: ERROR: operation not supported on hypertables that have compression enabled
How to fix the problem?
I've upgraded from 4.4 to 5.0
PostgreSQL 11.6
TimescaleDB version 1.6.0
I am trying to apply a patch double.sql and I get an error
zabbix=# \i double.sql
psql:double.sql:7: ERROR: operation not supported on hypertables that have compression enabled
psql:double.sql:10: ERROR: operation not supported on hypertables that have compression enabled
How to fix the problem?
Comment