home/versioned_docs/version-1.8.0/start/update-1.7.0.md
:::note
This guide is applicable for upgrading from 1.6.x to version 1.7.0.
If you are using an older version, it is recommended to reinstall using the export function, or upgrade to 1.6.0 and then follow this guide to 1.7.0.
:::
Follow the HertzBeat New Version Upgrade
In 1.7.0, we use the label instead of tag, in some environment, we need drop or delete the table hzb_tag_monitor_bind in database.
DELETE FROM hzb_tag_monitor_bind;
In 1.7.0, we redesign the new alarm threshold, include the Real-Time Threshold and Scheduled Threshold.
We need reconfigure the alarm threshold, alarm group by manual.
:::tip
There are no default built-in threshold rules, such as the previous availability threshold.
So if you find that there is no alarm after the monitoring is down, you need to configure the corresponding availability threshold yourself.
:::
If you do not want to go through the tedious script upgrade method mentioned above, you can directly export and import the monitoring tasks and threshold information from the old environment.