EvanderYang commented on issue #3882: URL: https://github.com/apache/hertzbeat/issues/3882#issuecomment-3600908565
暂时解决办法是手动更新了v1.8的升级脚本, https://github.com/apache/hertzbeat/blob/master/hertzbeat-startup/src/main/resources/db/migration/postgresql/V180__update_column.sql 然后手动更新了配置文件 [root@hertzbeat conf]# cat application.yml server: port: 1157 spring: > flyway: > validate-on-migrate: false # 加上这行,跳过校验 application: name: ${HOSTNAME:@hertzbeat@}${PID} profiles: active: prod -- 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 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
