fix: Postgres | enable WAL archiver
This commit is contained in:
@@ -357,6 +357,7 @@ export class PostgresCluster extends Construct {
|
|||||||
{
|
{
|
||||||
name: "barman-cloud.cloudnative-pg.io",
|
name: "barman-cloud.cloudnative-pg.io",
|
||||||
isWALArchiver: true,
|
isWALArchiver: true,
|
||||||
|
enabled: true,
|
||||||
parameters: {
|
parameters: {
|
||||||
barmanObjectName: barmanStoreName,
|
barmanObjectName: barmanStoreName,
|
||||||
serverName: backupServerName,
|
serverName: backupServerName,
|
||||||
|
|||||||
Reference in New Issue
Block a user