Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cybertec-postgresql/CYBERTEC-pg-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9d15392
Choose a base ref
...
head repository: cybertec-postgresql/CYBERTEC-pg-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a9a0f78
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 15, 2024

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

Commits on Dec 10, 2024

  1. Add pgbackrest clone support

    Adds new attributes to cluster manifest clone section that allows
    cloning from pgbackrest sources. Right now the stanza is not
    configurable and must be "db". Adds a pgabckrest-clone configmap with
    repository configuration that gets mounted to the container.
    
    PVC based clones automatically mount the certificate secret from the
    source cluster to be able to clone. Cross namespace clones are currently
    not supported.
    
    S3 support is to be tested, but uses same code as backups.
    ants committed Dec 10, 2024
    Configuration menu
    Copy the full SHA
    491b8fc View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Configuration menu
    Copy the full SHA
    5c9432a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4b072 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2024

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