Hi Team,
We are trying to upgrade the PMM version from 2.41.1 to 2.43.1, but upgrade is failed with the below errors.
When I check the supervisorctl status clickhouse, then we are getting the below error.
clickhouse FATAL can’t find command ‘/usr/bin/clickhouse-server’
Upgrade log we see the below error:
TASK [clickhouse : Stop and remove clickhouse before update | EL9] *************
failed: [localhost] (item=stop) => {“ansible_loop_var”: “item”, “changed”: true, “cmd”: [“/usr/local/bin/supervisorctl”, “stop”, “clickhouse”], “delta”: “0:00:00.212823”, “end”: “2024-10-23 11:31:49.442841”, “item”: “stop”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2024-10-23 11:31:49.230018”, “stderr”: “”, “stderr_lines”: , “stdout”: “clickhouse: ERROR (no such process)”, “stdout_lines”: [“clickhouse: ERROR (no such process)”]}
failed: [localhost] (item=remove) => {“ansible_loop_var”: “item”, “changed”: true, “cmd”: [“/usr/local/bin/supervisorctl”, “remove”, “clickhouse”], “delta”: “0:00:00.205670”, “end”: “2024-10-23 11:31:49.928712”, “item”: “remove”, “msg”: “non-zero return code”, “rc”: 1, “start”: “2024-10-23 11:31:49.723042”, “stderr”: “”, “stderr_lines”: , “stdout”: “ERROR: no such process/group: clickhouse”, “stdout_lines”: [“ERROR: no such process/group: clickhouse”]}
PLAY RECAP *********************************************************************
localhost : ok=64 changed=12 unreachable=0 failed=1 skipped=73 rescued=0 ignored=0
Jira ticket: [PMM-13444] 2.41.1 to 2.43.1 Upgrade is failed - Percona JIRA