You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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' => '',
The text was updated successfully, but these errors were encountered:
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 [
The text was updated successfully, but these errors were encountered: