donyaparanadavho13 opened a new issue, #3754: URL: https://github.com/apache/hertzbeat/issues/3754
### Question postgres | 2025-09-08 02:22:46.658 UTC [36] ERROR: column "pluginmetadataid" named in key does not exist postgres | 2025-09-08 02:22:46.658 UTC [36] STATEMENT: ALTER TABLE hzb_plugin_param ADD CONSTRAINT UNQ_hzb_plugin_param_0 UNIQUE (pluginMetadataId, field) postgres | 2025-09-08 02:22:46.672 UTC [36] ERROR: relation "unq_hzb_collector_0" already exists postgres | 2025-09-08 02:22:46.672 UTC [36] STATEMENT: ALTER TABLE hzb_collector ADD CONSTRAINT UNQ_hzb_collector_0 UNIQUE (name) postgres | 2025-09-08 02:22:46.677 UTC [36] ERROR: column "monitorid" named in key does not exist postgres | 2025-09-08 02:22:46.677 UTC [36] STATEMENT: ALTER TABLE hzb_param ADD CONSTRAINT UNQ_hzb_param_0 UNIQUE (monitorId, field) postgres | 2025-09-08 02:22:46.681 UTC [36] ERROR: constraint "fk_hzb_plugin_item_metadata_id" for relation "hzb_plugin_item" already exists postgres | 2025-09-08 02:22:46.681 UTC [36] 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-08 02:22:46.683 UTC [36] ERROR: constraint "fk_hzb_status_page_incident_component_bind_component_id" for relation "hzb_status_page_incident_component_bind" already exists postgres | 2025-09-08 02:22:46.683 UTC [36] 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-08 02:22:46.686 UTC [36] ERROR: constraint "fk_hzb_status_page_incident_content_incident_id" for relation "hzb_status_page_incident_content" already exists postgres | 2025-09-08 02:22:46.686 UTC [36] 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.3 ... hertzbeat | WARNING: Unknown module: org.apache.arrow.memory.core specified to --add-opens -- 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
