Skip to content

Commit

Permalink
change no_master to no_leader
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda committed Dec 13, 2024
1 parent 517daf7 commit 6c68291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgres-appliance/scripts/configure_spilo.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def deep_update(a, b):
threshold_megabytes: {{WALE_BACKUP_THRESHOLD_MEGABYTES}}
threshold_backup_size_percentage: {{WALE_BACKUP_THRESHOLD_PERCENTAGE}}
retries: 2
no_master: 1
no_leader: 1
{{/USE_WALE}}
basebackup_fast_xlog:
command: /scripts/basebackup.sh
Expand Down
2 changes: 1 addition & 1 deletion postgres-appliance/scripts/wale_restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ while getopts ":-:" optchar; do
threshold_megabytes=*|threshold-megabytes=* )
THRESHOLD_MEGABYTES=${OPTARG#*=}
;;
no_master=*|no-master=* )
no_leader=*|no-master=* )
NO_MASTER=${OPTARG#*=}
;;
esac
Expand Down

0 comments on commit 6c68291

Please sign in to comment.