mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-10 00:22:27 +08:00
fix(backup): restore db and tests
This commit is contained in:
@@ -29,6 +29,7 @@ func Start(restore bool) (err error) {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
logrus.Info("timer: RestoreData success")
|
||||
}
|
||||
// parse duration
|
||||
interval, err := ParseDuration(config.Conf.BackupApp.Interval)
|
||||
|
||||
Reference in New Issue
Block a user