Fixed updates requiring "rsync" to be installed on data nodes
Details
| Detail name | Value |
|---|---|
| Changelog Number | 22329 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 8.29.0 |
| Fix Versions | C4 4.25.0, Exasol 8.29.8, C4 4.19.5, Exasol 8.34.0 |
| Resolution Date | 2025-03-10 |
Description
The recently changed on-prem system requirements no longer include the “rsync” tool. However, the c4 update cluster command still required it to install the new version of c4.
Workaround
Install “rsync” on the jump host and all the data nodes and before running c4 update cluster
Fix
With this change, c4 update cluster no longer requires “rsync” and uses the other commands that are available on all the systems (“find”, “cp”, and “rm”).