| Option | S3_RECOVER_FROM_REPLACE_BUCKET | |
| Description | Replaces the source S3 bucket name with the target bucket name in writes during recovery | |
| Introduced Version | 1.235 | |
This environment variable specifies a bucket name substitution
to apply when writing data during recovery. The format is
source-bucket/target-bucket. It is deployed
only on the secondary (standby) cluster and is automatically set
by Terraform when dr = "standby". The value is
dynamically generated as primary_bucket/secondary_bucket using
remote state values, or set explicitly in tfvars.
ini
S3_RECOVER_FROM_REPLACE_BUCKET=logscale-s3-<primary-cluster>-.../logscale-s3-<secondary-cluster>-...