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

Backup - docker image - bzip2 missing #43

Closed
spicewiesel opened this issue Feb 7, 2025 · 1 comment
Closed

Backup - docker image - bzip2 missing #43

spicewiesel opened this issue Feb 7, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@spicewiesel
Copy link

spicewiesel commented Feb 7, 2025

Hi all,

just saw that the backup is not working:

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!
@Murazaki Murazaki added the bug Something isn't working label Feb 10, 2025
@Murazaki
Copy link

fixed in 0c25d1a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants