generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
https://github.com/stefanzweifel/laravel-backup-restore/blob/b0b03bc99b7d9df4edf7444e9e6e29be8d2c53a9/src/PendingRestore.php#L80C1-L84C6
public function getAvailableDbDumps(): Collection { return $this->getAvailableFilesInDbDumpsDirectory() ->filter(fn ($file) => Str::endsWith($file, ['.sql', '.sql.gz', '.sql.bz2'])); }
Using Binary Dumps with .backup extension isnt supported with restore right now. Gives a "No database dumps found in backup" error
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers