Skip to content

No database dumps found in backup SMS/2023-10-24-13-02-50.zip. #37

Answered by MakaraDevOP
MakaraDevOP asked this question in Q&A
Discussion options

You must be logged in to vote
"wnx/laravel-backup-restore": "dev-feat/use-dump_binary_path",

This version supports MySQL CLI, but for my project, I need to change the path of PathToLocalDecompressedBackup to a public folder, and it's working 🎉🎉,Issue Fixed

From this :

public function getAbsolutePathToLocalDecompressedBackup(): string
{
    $filename = $this->restoreId;

    return storage_path('app'.DIRECTORY_SEPARATOR.'backup-restore-temp'.DIRECTORY_SEPARATOR.$filename);
}

Changed to: 👍🏼

public function getAbsolutePathToLocalDecompressedBackup(): string
{
    $filename = $this->restoreId;

    return storage_path('app\public'.DIRECTORY_SEPARATOR.'backup-restore-temp'.DIRECTORY_SEPARATOR.$filename);
}

Replies: 1 comment 21 replies

Comment options

You must be logged in to vote
21 replies
@stefanzweifel
Comment options

@MakaraDevOP
Comment options

@stefanzweifel
Comment options

@MakaraDevOP
Comment options

Answer selected by MakaraDevOP
@stefanzweifel
Comment options

@stefanzweifel
Comment options

@MakaraDevOP
Comment options

@stefanzweifel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants