File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
postgres-appliance/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}}
You can’t perform that action at this time.
0 commit comments