Skip to content

Commit

Permalink
fix(DatabaseServer): Increase rsync timeout for replication setup
Browse files Browse the repository at this point in the history
  • Loading branch information
balamurali27 committed Nov 27, 2024
1 parent 6708388 commit b36e659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press/playbooks/roles/secondary/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- name: RSync Backup Directory From Primary
command: rsync -avpPR -e ssh\ -p22 root@{{ primary_private_ip }}:/tmp/replica /
async: 3600
async: 7200
poll: 5

- name: Stop MariaDB Service
Expand Down

0 comments on commit b36e659

Please sign in to comment.