mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
fix: Fix the problem of failed backup of all databases for cronjob (#8990)
Refs #8982
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user