Skip to content

Commit

Permalink
fix(mysql): mysql备份单据调整v2 TencentBlueKing#8142
Browse files Browse the repository at this point in the history
  • Loading branch information
xfwduke committed Nov 25, 2024
1 parent b5a7e30 commit 9cde966
Show file tree
Hide file tree
Showing 25 changed files with 1,025 additions and 634 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ func (d *BackupDemandAct) Init() (err error) {
logger.Error("DeserializeAndValidate err %s", err.Error())
return err
}

d.Payload.GeneralParam = subcmd.GeneralRuntimeParam
logger.Warn("params %+v", d.Payload.Params)

return
Expand All @@ -74,6 +76,10 @@ func (d *BackupDemandAct) Run() (err error) {
FunName: "生成备份配置",
Func: d.Payload.GenerateBackupConfig,
},
{
FunName: "终止残留备份进程",
Func: d.Payload.KillLegacyBackup,
},
{
FunName: "执行备份",
Func: d.Payload.DoBackup,
Expand Down
Loading

0 comments on commit 9cde966

Please sign in to comment.