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 MariaDB Backups #122

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Add MariaDB Backups #122

merged 1 commit into from
Jan 15, 2024

Conversation

Kidswiss
Copy link
Contributor

@Kidswiss Kidswiss commented Jan 11, 2024

Summary

  • The backup is done via K8up and MariaBackup. The backup command is added via annotation to the pods. MariaBackup streams the backup to stdout, where K8up picks it up.
  • Generalized a lot of logic which injects the annotations and scripts into any given helm values.

Checklist

  • Categorize the PR by setting a good title and adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog
  • Update tests.
  • Link this PR to related issues.

@Kidswiss Kidswiss force-pushed the add/mariadb_backup branch 3 times, most recently from 1d68349 to 97ba402 Compare January 12, 2024 10:29
@Kidswiss Kidswiss changed the title Add/mariadb backup Add MariaDB Backups Jan 12, 2024
@Kidswiss
Copy link
Contributor Author

Docs for manual restores are located here: vshn/component-appcat#301

@Kidswiss Kidswiss added the enhancement New feature or request label Jan 12, 2024
@Kidswiss Kidswiss requested review from a team, TheBigLee, wejdross and zugao and removed request for a team January 12, 2024 10:46
* The backup is done via K8up and MariaBackup. The backup command is
  added via annotation to the pods. MariaBackup streams the backup to
  stdout, where K8up picks it up.
* Generalized a lot of logic which injects the annotations and scripts
  into any given helm values.
@Kidswiss Kidswiss merged commit ecb5cfc into master Jan 15, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants