Skip to content

Commit

Permalink
fix(mysql): mysql备份单据调整v2 #8142
Browse files Browse the repository at this point in the history
  • Loading branch information
xfwduke committed Dec 5, 2024
1 parent 83ada3e commit d36f6cc
Show file tree
Hide file tree
Showing 25 changed files with 1,087 additions and 716 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 d36f6cc

Please sign in to comment.