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

add support for etcd backups with s3 storage #471

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

Commits on Oct 21, 2024

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

Commits on Oct 26, 2024

  1. refactor backups, include regular back up options

    also make clear the s3 options are only available for the etcd option
    Kennybll committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    1f382fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b177e96 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    be631bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b61714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e7c48c View commit details
    Browse the repository at this point in the history
  4. remove old link to docs

    Kennybll committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ad4429a View commit details
    Browse the repository at this point in the history
  5. fix typo in etcd s3 docs

    Kennybll committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    bb016e3 View commit details
    Browse the repository at this point in the history
  6. add snapshot compress option

    Kennybll committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    e4b0d1d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcc9eb3 View commit details
    Browse the repository at this point in the history
  8. add schedule-cron option

    I was only able to get it to work using a config file
    
    config files when changed do not automatically restart the k3s service, it has to be done manually
    Kennybll committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d259c29 View commit details
    Browse the repository at this point in the history
  9. remove etcd error when using external datastore

    since the etcd class isn’t optional in the Datastore Config is will always be set technically, which is fine if they are using an external datastore since the options won’t matter
    Kennybll committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    49d9854 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c2034a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ba97e0 View commit details
    Browse the repository at this point in the history