diff --git a/apps/velero.py b/apps/velero.py index 3388b38..fc06cb8 100644 --- a/apps/velero.py +++ b/apps/velero.py @@ -58,7 +58,8 @@ "disabled": False, # We run our servers with daylight savings time # and 4 AM never happens twice - "schedule": "4 0 * * *", + # TODO: This might not be California time? It could be UTC. + "schedule": "0 4 * * *", # If this is true, deleting this schedule will # delete all the backups, which is bad! "useOwnerReferencesInBackup": False,