Skip to content

Commit ac0bffe

Browse files
feat(rdb): add possibility to update BackupSchedule next update (#3246)
Co-authored-by: Rémy Léone <[email protected]>
1 parent a405197 commit ac0bffe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/namespaces/rdb/v1/rdb_cli.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,6 +1046,13 @@ func rdbInstanceUpdate() *core.Command {
10461046
Deprecated: false,
10471047
Positional: false,
10481048
},
1049+
{
1050+
Name: "backup-schedule-start-hour",
1051+
Short: `Defines the start time of the autobackup`,
1052+
Required: false,
1053+
Deprecated: false,
1054+
Positional: false,
1055+
},
10491056
core.RegionArgSpec(scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw),
10501057
},
10511058
Run: func(ctx context.Context, args interface{}) (i interface{}, e error) {

0 commit comments

Comments
 (0)