Skip to content

fix: outline backup schedule#1379

Merged
bo0tzz merged 1 commit intomainfrom
fix/backup-schedule
Mar 4, 2026
Merged

fix: outline backup schedule#1379
bo0tzz merged 1 commit intomainfrom
fix/backup-schedule

Conversation

@bo0tzz
Copy link
Member

@bo0tzz bo0tzz commented Mar 4, 2026

Turns out it's golang's extended cron, so this was backing up at 17 past every hour .-.

Turns out it's golang's extended cron, so this was backing up at 17 past every hour .-.
@bo0tzz bo0tzz requested a review from a team as a code owner March 4, 2026 12:40
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

--- kubernetes/apps/tools/outline/app Kustomization: flux-system/outline ScheduledBackup: tools/outline-db-daily-backup

+++ kubernetes/apps/tools/outline/app Kustomization: flux-system/outline ScheduledBackup: tools/outline-db-daily-backup

@@ -8,8 +8,8 @@

     kustomize.toolkit.fluxcd.io/namespace: flux-system
   name: outline-db-daily-backup
   namespace: tools
 spec:
   cluster:
     name: outline-db
-  schedule: 0 17 * * *
+  schedule: 0 0 17 * * *
 

@bo0tzz bo0tzz enabled auto-merge (squash) March 4, 2026 12:48
@bo0tzz bo0tzz merged commit 6514ed8 into main Mar 4, 2026
12 checks passed
@bo0tzz bo0tzz deleted the fix/backup-schedule branch March 4, 2026 15:12
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.

2 participants