carlalexander / debops-wordpress

Your superpowered WordPress server in three commands.
GNU General Public License v3.0
440 stars 65 forks source link

TASK [wordpress : Download WordPress] Failing #186

Closed bschulz87 closed 6 years ago

bschulz87 commented 6 years ago

Followed the instructions on an arch machine and tried to install on a digital ocean droplet. After 3 retries the Download WordPress Task is still failing.

TASK [wordpress : Download WordPress] *******************************************************************************************************************************************************************************
fatal: [wp.velvion.de]: FAILED! => {"changed": true, "cmd": ["wp", "core", "download"], "delta": "0:00:05.191100", "end": "2017-10-01 18:29:48.491072", "failed": true, "msg": "non-zero return code", "rc": 1, "start": "2017-10-01 18:29:43.299972", "stderr": "Error: Couldn't extract WordPress archive. unable to decompress gzipped phar archive \"/tmp/wp_59d13418256fe.tar.gz\" to temporary file", "stderr_lines": ["Error: Couldn't extract WordPress archive. unable to decompress gzipped phar archive \"/tmp/wp_59d13418256fe.tar.gz\" to temporary file"], "stdout": "Downloading WordPress 4.8.2 (en_US)...\nmd5 hash verified: 2e8744a702a3d9527782d9135a4c9544", "stdout_lines": ["Downloading WordPress 4.8.2 (en_US)...", "md5 hash verified: 2e8744a702a3d9527782d9135a4c9544"]}
bschulz87 commented 6 years ago

Seems to be an issue with wp-cli and not with debops-wordpress.

https://github.com/wp-cli/wp-cli/issues/4370