generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Hi,
Restore backup without database dump throw error :
Wnx\LaravelBackupRestore\Exceptions\NoDatabaseDumpsFound
"No database dumps found in backup `app/only-files-2024-11-22-12-56-47.zip`."
"Found files in db-dumps directory:"
at vendor/wnx/laravel-backup-restore/src/Exceptions/NoDatabaseDumpsFound.php:17
13▕ {
14▕
15▕ $files = $pendingRestore->getAvailableFilesInDbDumpsDirectory()->implode("\n");
16▕
➜ 17▕ return new static(<<<TXT
18▕ "No database dumps found in backup `{$pendingRestore->backup}`."
19▕ "Found files in db-dumps directory:"
20▕ $files
21▕ TXT
+14 vendor frames
15 artisan:35
Illuminate\Foundation\Console\Kernel::handle()
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested