Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to specify destination path on runtime #1888

Open
usmanibrahim74 opened this issue Feb 13, 2025 · 0 comments
Open

Unable to specify destination path on runtime #1888

usmanibrahim74 opened this issue Feb 13, 2025 · 0 comments

Comments

@usmanibrahim74
Copy link

II was trying this solution to change the directory of backup on runtime. but this doesn't seem to work. any way we can achieve this?
#129 (comment)

there is a workaround I found which is to change the root of filesystem and setting the app name to empty string in backup.php . But I don't like it. is there any better solution?
config(['filesystems.disks.s3.root' => $tenant->id]);

return [

'backup' => [
    /*
     * The name of this application. You can use this name to monitor
     * the backups.
     */
    'name' => '',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant