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

Support Initial Backups #99

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Support Initial Backups #99

merged 1 commit into from
Dec 6, 2024

Conversation

Kaiede
Copy link
Owner

@Kaiede Kaiede commented Dec 6, 2024

Adds support for a new flag in the configuration YAML:

schedule:
  runInitialBackup: true

Setting this to true will cause the service to trigger a backup after startupDelay. In cases where a user wants this behavior, they should also use startupDelay or depends_on: healthy setup to avoid attempting to start a backup too early.

@Kaiede Kaiede merged commit e3155c2 into main Dec 6, 2024
5 checks passed
@Kaiede Kaiede linked an issue Dec 6, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add features to run backup on container startup
1 participant