Project

General

Profile

Actions

Bug #18774

open

Synchronization method from Relay servers

Added by Matthew Frost over 3 years ago. Updated 8 days ago.

Status:
New
Priority:
N/A
Assignee:
-
Category:
Documentation
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No

Description

In the Synchronization method from Relay servers page if you choose rsync and do not select an option (so manual rsync) when hovering over each of the two prompts they imply that you only need to sync /var/rudder/share to the relay and not /var/rudder/share/{relay-uuid}.

I would recommend adding either this Rsync command to the docs and referencing the docs via the prompt in the screen shot or showing the user command like below:

Shared Files:
*/5 * * * * rsync -avz -e ssh --archive --checksum --compress --sparse --delete /var/rudder/configuration-repository/shared-files/ root@relay:/var/rudder/configuration-repository/shared-files/

Relay Policies:
*/5 * * * * rsync -avz -e ssh --archive --checksum --compress --sparse --delete /var/rudder/share/{UUID-OF-THE-RELAY}/share/ root@relay-xyz:/var/rudder/share/

Actions

Also available in: Atom PDF