Image I am using: cnpg-postgresql16-citus12:16.4-bookworm. Data is backed up on s3 using barmanObjectStore The restoration manifest being used is… externalClusters: – name: citus-cnpg-coord barmanObjectStore: wal: compression: gzip maxParallel: 8 encryption: AES256 destinationPath: s3://blitz-citus-backup/citus-cnpg-coord s3Credentials: accessKeyId: name: s3-backup-bucket-secret key: accessKeyId secretAccessKey: name: s3-backup-bucket-secret key: secretAccessKey bootstrap: recovery: source: citus-cnpg-coord However, as the recovery init job starts, […]