After the wall-g environment variables for enabling encryption were added in #636 The encryption can be enabled now, but a standby cluster can not pull the archives created in the primary cluster. The data encrypted on the primary cluster (with libsodium) is being pulled from S3 by the standby cluster, but the archives can not be decompressed. The WALG_LIBSODIUM_KEY is the same in both clusters. The error:
ERROR: 2023/02/08 12:09:11.403151 Extraction error in part_001.tar.lz4: extractOne: tar extract failed: lz4: bad magic number
Should it be possible to have backup encryption enabled together with having a standby cluster replicating the encrypted data from S3?
After the wall-g environment variables for enabling encryption were added in #636 The encryption can be enabled now, but a standby cluster can not pull the archives created in the primary cluster. The data encrypted on the primary cluster (with libsodium) is being pulled from S3 by the standby cluster, but the archives can not be decompressed. The WALG_LIBSODIUM_KEY is the same in both clusters. The error:
ERROR: 2023/02/08 12:09:11.403151 Extraction error in part_001.tar.lz4: extractOne: tar extract failed: lz4: bad magic number
Should it be possible to have backup encryption enabled together with having a standby cluster replicating the encrypted data from S3?