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

MongoDB Backups #1322

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

MongoDB Backups #1322

wants to merge 8 commits into from

Commits on Oct 27, 2023

  1. add db-backups cronjob

    ikreymer committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b11b79e View commit details
    Browse the repository at this point in the history
  2. work

    ikreymer committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    929f166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea0c420 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. use secrets for mongo / minio auth instead of inserting credentials d…

    …irectly
    
    enable db backups by default
    ikreymer committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    eb2091f View commit details
    Browse the repository at this point in the history
  2. escape user/pass in url

    ikreymer committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    b4eea01 View commit details
    Browse the repository at this point in the history
  3. use separate 'db_backups' value, enable backups if db_backups.storage…

    … is set,
    
    also allow customizing db_backups.schedule and db_backups.path
    ikreymer committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    293186e View commit details
    Browse the repository at this point in the history
  4. disable by default

    ikreymer committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    8fe364b View commit details
    Browse the repository at this point in the history
  5. fix empty value check

    ikreymer committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    29a6e01 View commit details
    Browse the repository at this point in the history