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
Hi,
this error occurred a few times in the past and now it happens most of the time. It's hard for me to conclude whats going wrong here because I just get a 'write error' now. I did not change any settings and a backup:list and backup:clean still work as it should.
When executing a backup:run, the output is:
$ php artisan backup:run
Starting backup...
Dumping database myproject...
Determining files to backup...
Zipping 3308 files and directories...
Created zip containing 3308 files and directories. Size is 202.59 MB
Copying zip to disk named b2-s3...
Copying zip failed because: There was an error trying to write to disk named `b2-s3`.
Backup completed!
When I execute this a few times, most of the times it fails, a few times it works. I watched CPU/RAM while doing this, I'm not running out of resources here. Any idea how I can debug this further?
Some version info:
PHP 7.4.13
laravel/framework v8.55.0 The Laravel Framework.
spatie/laravel-backup 6.16.5 A Laravel package to backup your application
Ubuntu system, managed by forge
This discussion was converted from issue #1426 on October 28, 2021 22:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
this error occurred a few times in the past and now it happens most of the time. It's hard for me to conclude whats going wrong here because I just get a 'write error' now. I did not change any settings and a
backup:list
andbackup:clean
still work as it should.When executing a
backup:run
, the output is:This is the error I'm getting:
When I execute this a few times, most of the times it fails, a few times it works. I watched CPU/RAM while doing this, I'm not running out of resources here. Any idea how I can debug this further?
Some version info:
Greetings
Beta Was this translation helpful? Give feedback.
All reactions