mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-17 19:07:08 +08:00
fix: Fix the problem of failed backup of all databases for cronjob (#8990)
Refs #8982
This commit is contained in:
parent
1416fb0f6e
commit
1eae519e1a
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ func loadDbsForJob(cronjob model.Cronjob) []DatabaseHelper {
|
|||
dbs = append(dbs, DatabaseHelper{
|
||||
ID: mysql.ID,
|
||||
DBType: cronjob.DBType,
|
||||
Database: mysql.Name,
|
||||
Database: mysql.Database,
|
||||
Name: mysql.Name,
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue