donyaparanadavho13 opened a new issue, #3753: URL: https://github.com/apache/hertzbeat/issues/3753
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior grafana | GF_PATHS_DATA='/var/lib/grafana' is not writable. grafana | You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migrate-to-v51-or-later grafana | mkdir: can't create directory '/var/lib/grafana/plugins': Permission denied grafana exited with code 1 postgres | 2025-09-04 08:42:04.555 UTC [79] ERROR: column "pluginmetadataid" named in key does not exist postgres | 2025-09-04 08:42:04.555 UTC [79] STATEMENT: ALTER TABLE hzb_plugin_param ADD CONSTRAINT UNQ_hzb_plugin_param_0 UNIQUE (pluginMetadataId, field) postgres | 2025-09-04 08:42:04.563 UTC [79] ERROR: relation "unq_hzb_collector_0" already exists postgres | 2025-09-04 08:42:04.563 UTC [79] STATEMENT: ALTER TABLE hzb_collector ADD CONSTRAINT UNQ_hzb_collector_0 UNIQUE (name) postgres | 2025-09-04 08:42:04.566 UTC [79] ERROR: column "monitorid" named in key does not exist postgres | 2025-09-04 08:42:04.566 UTC [79] STATEMENT: ALTER TABLE hzb_param ADD CONSTRAINT UNQ_hzb_param_0 UNIQUE (monitorId, field) postgres | 2025-09-04 08:42:04.568 UTC [79] ERROR: constraint "fk_hzb_plugin_item_metadata_id" for relation "hzb_plugin_item" already exists postgres | 2025-09-04 08:42:04.568 UTC [79] STATEMENT: ALTER TABLE hzb_plugin_item ADD CONSTRAINT FK_hzb_plugin_item_metadata_id FOREIGN KEY (metadata_id) REFERENCES hzb_plugin_metadata (id) postgres | 2025-09-04 08:42:04.570 UTC [79] ERROR: constraint "fk_hzb_status_page_incident_component_bind_component_id" for relation "hzb_status_page_incident_component_bind" already exists postgres | 2025-09-04 08:42:04.570 UTC [79] STATEMENT: ALTER TABLE hzb_status_page_incident_component_bind ADD CONSTRAINT FK_hzb_status_page_incident_component_bind_component_id FOREIGN KEY (component_id) REFERENCES hzb_status_page_component (id) postgres | 2025-09-04 08:42:04.572 UTC [79] ERROR: constraint "fk_hzb_status_page_incident_content_incident_id" for relation "hzb_status_page_incident_content" already exists postgres | 2025-09-04 08:42:04.572 UTC [79] STATEMENT: ALTER TABLE hzb_status_page_incident_content ADD CONSTRAINT FK_hzb_status_page_incident_content_incident_id FOREIGN KEY (incident_id) REFERENCES hzb_status_page_incident (id) hertzbeat exited with code 1 hertzbeat | -e Starting the HertzBeat apache-hertzbeat-1.7.2 ... ### Expected Behavior _No response_ ### Steps To Reproduce _No response_ ### Environment ```markdown HertzBeat version(s): ``` ### Debug logs _No response_ ### Anything else? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: notifications-h...@hertzbeat.apache.org
