Open mihail-ca opened 1 month ago
@mihail-ca are you going to work on these docs or do you need some assistance?
QQ: Is this a breaking change for customers? I.e. we need to add a warning message at the top of the page, and perhaps even something retroactively into the 8.6 release notes?
QQ: Is this a breaking change for customers? I.e. we need to add a warning message at the top of the page, and perhaps even something retroactively into the 8.6 release notes?
I think it is a breaking change, since the user must change the port in their application. @romansmirnov @ThorbenLindhauer what do you think ? Thank you.
I agree, Mihail.
@mihail-ca Are you going to create a PR for this or would you like me to?
@mesellings since we concluded it is a breaking change, you mentioned we have to add a warning or similar. I am not sure how to do that. So I think it's better if you create the PR.
From a technical point of view, you only need to replace the value 8080
on the page with 9600
(I found 5 records). Let me know if there is anything else I can help with, thank you.
Starting version 8.6, the actuator endpoints, including backup, were moved to port
9600
The change was caused by the switch to mono-repo: https://github.com/camunda/camunda/pull/17392However, the documentation for 8.6 still mentions the old port,
8080
: https://docs.camunda.io/docs/self-managed/operational-guides/backup-restore/operate-tasklist-backup/