Hello,
I created a new Zabbix 7.4 Postgresql & Timescale DB. I created an API to export all the following data from the old Zabbix.
actions.json
hosts.json
maps.json
templates.json
value_maps.json
dashboards.json
media_types.json
templates_wrapped.json
The issue I'm having from my script is:[*] Importing templates.json...
[!] Failed to decode JSON response for templates.json:
In anycase, is there any documented process for api bulk export and import operations?
My goal was to effectively bring over all data except for history and trends from the old server.
The DB on the old server was so large that housekeeper effectively failed and it was on an older machine that I could not add any further cpu or memory to support our growth. I wanted to use TimescaleDB for better DB management.
Please advise,
Dan
I created a new Zabbix 7.4 Postgresql & Timescale DB. I created an API to export all the following data from the old Zabbix.
actions.json
hosts.json
maps.json
templates.json
value_maps.json
dashboards.json
media_types.json
templates_wrapped.json
The issue I'm having from my script is:[*] Importing templates.json...
[!] Failed to decode JSON response for templates.json:
In anycase, is there any documented process for api bulk export and import operations?
My goal was to effectively bring over all data except for history and trends from the old server.
The DB on the old server was so large that housekeeper effectively failed and it was on an older machine that I could not add any further cpu or memory to support our growth. I wanted to use TimescaleDB for better DB management.
Please advise,
Dan
Comment