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
Error Output
============
sh: 1: bzip2: not found
mysqldump: Got errno 32 on write
Package bzip2 is missing in the latest image. Manually installing bzip2 in the web container fixes that issue and backup is working fine:
# docker compose exec web php artisan backup:run
Starting backup...
Dumping database pixelfed...
Determining files to backup...
Zipping 4220 files and directories...
Created zip containing 4220 files and directories. Size is 85.2 MB
Copying zip to disk named local...
Successfully copied zip to disk named local.
Backup completed!
The text was updated successfully, but these errors were encountered:
Hi all,
just saw that the backup is not working:
Package
bzip2
is missing in the latest image. Manually installingbzip2
in the web container fixes that issue and backup is working fine:The text was updated successfully, but these errors were encountered: