diff --git a/scripts/ql3-postgres-ha-replica.cjs b/scripts/ql3-postgres-ha-replica.cjs index e4480357..fc7c0858 100644 --- a/scripts/ql3-postgres-ha-replica.cjs +++ b/scripts/ql3-postgres-ha-replica.cjs @@ -68,7 +68,16 @@ async function main() { }, }, security: { - apiCredentialPepper: 'A'.repeat(43), + apiCredentialPepperKeyring: { + schemaVersion: 1, + activePepperKeyId: 'legacy-v1', + keys: [ + { + pepperKeyId: 'legacy-v1', + pepper: 'A'.repeat(43), + }, + ], + }, }, }, recovery: {