Hello,
I want to move our current Zabbix Installation to AWS (ECS / RDS). Today we use timescaledb, which is not supported by RDS.
Is it possible to transfer all data without history? I tried with pg_dump and pg_restore and skipped the timescaledb tables. But there were a lot of references to the timescaledb tables, so Zabbix did not start.
Or is it possible to re convert history from timescaledb to plain postgres tables?
I want to move our current Zabbix Installation to AWS (ECS / RDS). Today we use timescaledb, which is not supported by RDS.
Is it possible to transfer all data without history? I tried with pg_dump and pg_restore and skipped the timescaledb tables. But there were a lot of references to the timescaledb tables, so Zabbix did not start.
Or is it possible to re convert history from timescaledb to plain postgres tables?
Comment