Skip to content

Commit 23a1281

Browse files
committed
🐛 backup at 4 hours instead of 4 minutes
1 parent 77af4b1 commit 23a1281

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/velero.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"disabled": False,
5959
# We run our servers with daylight savings time
6060
# and 4 AM never happens twice
61-
"schedule": "4 0 * * *",
61+
# TODO: This might not be California time? It could be UTC.
62+
"schedule": "0 4 * * *",
6263
# If this is true, deleting this schedule will
6364
# delete all the backups, which is bad!
6465
"useOwnerReferencesInBackup": False,

0 commit comments

Comments
 (0)