Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix VolumeSnapshot backup capability #335

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jul 24, 2024

  1. Move VolumeSnapshot config up to 'provider' level.

    This fixes issues with using volumeSnapshots where the Cluster object didn't have an appropriate [VolumeSnapshotConfiguration](https://cloudnative-pg.io/documentation/1.23/cloudnative-pg.v1/#postgresql-cnpg-io-v1-VolumeSnapshotConfiguration) block. It also prevents the chart complaining that we haven't set azure/s3/google specific variables when we have chosen to use VolumeSnapshots.
    
    Signed-off-by: Cam Smith <[email protected]>
    cam-at-tactiq committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    6cf6ec1 View commit details
    Browse the repository at this point in the history
  2. Add an example for backups via VolumeSnapshot.

    Signed-off-by: Cam Smith <[email protected]>
    cam-at-tactiq committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    5f1a1b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    fe5cd70 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    f045acd View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    69f0db7 View commit details
    Browse the repository at this point in the history