mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge pull request #2084 from iamEvanYT/backup-fix
fix: MongoDB backups failing
This commit is contained in:
commit
8cfa88eff8
1 changed files with 1 additions and 1 deletions
|
|
@ -224,6 +224,6 @@ class StandaloneMongodb extends BaseModel
|
|||
return $this->morphMany(ScheduledDatabaseBackup::class, 'database');
|
||||
}
|
||||
public function database_name() {
|
||||
return $this->mongo_db;
|
||||
return "???";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue