camunda / camunda-platform-helm

Camunda Platform 8 Self-Managed Helm charts
https://docs.camunda.io/docs/self-managed/overview/
Apache License 2.0
72 stars 129 forks source link

[TASKLIST] camunda helm chart version 8.1.7 TASKLIST BACKUP not work #613

Open securityBoB opened 1 year ago

securityBoB commented 1 year ago

version 8.1.7

root@camunda-tasklist-846d7d8598-sltdd:/# curl --request POST 'http://localhost:8080/actuator/backup' \
> -H 'Content-Type: application/json' \
> -d '{ "backupId": 8 }'
root@camunda-tasklist-846d7d8598-sltdd:/# 
2023-04-13 17:30:21.841  WARN 1 --- [nio-8080-exec-4] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
2023-04-13 17:31:33.925  WARN 1 --- [nio-8080-exec-7] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
2023-04-13 17:33:17.620  WARN 1 --- [nio-8080-exec-9] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]
2023-04-13 17:33:54.276  WARN 1 --- [nio-8080-exec-1] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'POST' not supported]

TASKLIST BACKUP Request method 'POST' not supported

MatveiRalchik commented 5 months ago

I got the same issue with Camunda 8.4 Any suggestion how to fix it?