Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Oct 2, 2024
1 parent f95cbfd commit 5bac0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,11 @@ patroni_create_replica_methods:
- basebackup

pgbackrest:
- { option: "command", value: "/usr/bin/pgbackrest --stanza={{ pgbackrest_stanza }} --delta restore" }
- { option: "command", value: "{{ pgbackrest_patroni_cluster_restore_command }}" }
- { option: "keep_data", value: "True" }
- { option: "no_params", value: "True" }
wal_g:
- { option: "command", value: "{{ wal_g_path }} backup-fetch {{ postgresql_data_dir }} LATEST" }
- { option: "command", value: "{{ wal_g_patroni_cluster_bootstrap_command }}" }
- { option: "no_params", value: "True" }
basebackup:
- { option: "max-rate", value: "1000M" }
Expand Down

0 comments on commit 5bac0cd

Please sign in to comment.