Skip to content

Commit 2042704

Browse files
committed
rename bootstrap variable to _wale
1 parent ece5aea commit 2042704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgres-appliance/scripts/configure_spilo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def deep_update(a, b):
175175
standby_cluster:
176176
create_replica_methods:
177177
{{#STANDBY_WITH_WALG}}
178-
- bootstrap_standby_with_walg
178+
- bootstrap_standby_with_wale
179179
{{/STANDBY_WITH_WALG}}
180180
- basebackup_fast_xlog
181181
{{#STANDBY_WITH_WALG}}
@@ -385,7 +385,7 @@ def deep_update(a, b):
385385
command: /scripts/basebackup.sh
386386
retries: 2
387387
{{#STANDBY_WITH_WALG}}
388-
bootstrap_standby_with_walg:
388+
bootstrap_standby_with_wale:
389389
command: envdir "{{STANDBY_WALG_ENV_DIR}}" bash /scripts/walg_restore.sh
390390
threshold_megabytes: {{WALG_BACKUP_THRESHOLD_MEGABYTES}}
391391
threshold_backup_size_percentage: {{WALG_BACKUP_THRESHOLD_PERCENTAGE}}

0 commit comments

Comments
 (0)