| Option | GCP_RECOVER_FROM_REPLACE_BUCKET | |
| Description | Maps the primary GCS bucket name to the secondary bucket name during recovery, such as <primary-bucket>/<secondary-bucket>. | |
| Introduced Version | 1.235 | |
This environment variable specifies a bucket name mapping used
during GCS recovery. The format is
<primary-bucket>/<secondary-bucket>
and is computed from the primary and secondary bucket names by
Terraform. It is injected into the HumioCluster pod spec as an
extraEnvVar when var.dr != ""
and is preserved across both standby and
active DR modes to prevent pod recreation
during promotion.