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 3, 2024
1 parent 74f9fe7 commit d72fd29
Show file tree
Hide file tree
Showing 25 changed files with 1,085 additions and 711 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 d72fd29

Please sign in to comment.