We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
schedule
1 parent f385f84 commit 7515d79Copy full SHA for 7515d79
internal/config/config.go
@@ -38,7 +38,7 @@ type Config struct {
38
Postgres PostgresConfig `hcl:"postgres,block"`
39
Storage storage.Storage `hcl:"storage,block"`
40
Compress *CompressConfig `hcl:"compress,block"`
41
- Schedule []string `hcl:"schedule"`
+ Schedule []string `hcl:"schedule,optional"`
42
RestoreSchedule []RestoreScheduleConfig `hcl:"restore_schedule,block"`
43
Verbose *bool `hcl:"verbose"`
44
}
0 commit comments