Skip to content

WAL arhives uploaded always, ignoring isWALArchiver setting #606

@dragoangel

Description

@dragoangel

If user will omit or configure isWALArchiver=false inside cluster CR - barman-cloud plugin will still upload WAL to S3.

Steps done:
Tried omitting isWALArchiver:

    plugins:
      - name: barman-cloud.cloudnative-pg.io
        enabled: true
        parameters:
          barmanObjectName: cnpg-cluster-01-backup

and setting it to false:

    plugins:
      - name: barman-cloud.cloudnative-pg.io
        enabled: true
        isWALArchiver: false
        parameters:
          barmanObjectName: cnpg-cluster-01-backup

Expected result: no wal folder would be created
Actual result: cnpg-cluster-01-backup S3 object get wal folder and files inside after cluster creation

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions