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

"ct mysql:backup --docker-compose=mysql typo3 exportfile.sql" compression not working #114

Open
josefglatz opened this issue Jun 26, 2017 · 0 comments
Assignees

Comments

@josefglatz
Copy link
Member

Commands which fails when trying to export to compressed file on webdevops/TYPO3-docker-boilerplate:

ct mysql:backup --docker-compose=mysql typo3 exportfile.sql.gz

  • throws no error
  • creates exportfile.sql.gz fiel with 20 bytes

ct mysql:backup --docker-compose=mysql typo3 exportfile.sql.bz2

  • throws error: Using BZIP2 compression // sh: 1: bzip2: not found // mysqldump: Got errno 32 on write
  • creates exportfile.sql.bz2 file with 14 bytes

Command which works on webdevops/TYPO3-docker-boilerplate

ct mysql:backup --docker-compose=mysql typo3 exportfile.sql

Any ideas?

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

2 participants