camunda / camunda-docs

Camunda 8 Documentation, including all components and features
https://docs.camunda.io/
Other
54 stars 184 forks source link

Wrong backup port in 8.6 docs #4487

Open mihail-ca opened 1 week ago

mihail-ca commented 1 week ago

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/17392

However, 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/

mesellings commented 1 week ago

@mihail-ca are you going to work on these docs or do you need some assistance?

mesellings commented 1 week ago

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?

mihail-ca commented 1 week ago

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.

ThorbenLindhauer commented 1 week ago

I agree, Mihail.

mesellings commented 1 week ago

@mihail-ca Are you going to create a PR for this or would you like me to?

mihail-ca commented 1 week ago

@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.