Guest User

Untitled

a guest
Oct 19th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Failed to save backup with error: Utility gzip not found
  2.  
  3. php bin/magento support:utility:check -u
  4. Utilities list:
  5. gzip => /bin/gzip
  6. lsof => /usr/sbin/lsof
  7. mysqldump => /usr/bin/mysqldump
  8. nice => /bin/nice
  9. php => /usr/bin/php
  10. tar => /bin/tar
  11. sed => /bin/sed
  12. bash => /bin/bash
  13. mysql => /usr/bin/mysql
  14.  
  15. apt install gzip
  16. apt install lsof
  17.  
  18. php bin/magento support:backup:code --name mycodebackup -o /var/www/magento2/var/log/
  19.  
  20. yum install which
Add Comment
Please, Sign In to add comment