update name

This commit is contained in:
Andras Bacsai 2023-09-05 16:03:24 +02:00
parent a4b44bacc1
commit 0dbb8b4420

View File

@ -77,7 +77,7 @@ public function handle(): void
$ip = Str::slug($this->server->ip);
$this->backup_dir = backup_dir() . "/coolify" . "/coolify-db-$ip";
}
$this->backup_file = "/dumpall-" . Carbon::now()->timestamp . ".dump";
$this->backup_file = "/pg_dump-" . Carbon::now()->timestamp . ".dump";
$this->backup_location = $this->backup_dir . $this->backup_file;
$this->backup_log = ScheduledDatabaseBackupExecution::create([