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
It is not possible to download database backups on a system that has a recent version of libcurl
To Reproduce
./vendor/bin/acquiacli db:backup:download \
--progress-delay=15 \
-n prod:********* \
dev downloads --path="/tmp" --filename="backup_dl"
➜ Downloading database backup to /tmp/backup_dl.sql.gz
0 [➤⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬⚬]PHP Warning: curl_exec(): Cannot call the CURLOPT_PROGRESSFUNCTION in phar:///home/circleci/project/vendor/bin/acquiacli/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php on line 40
PHP Warning: curl_exec(): Cannot call the CURLOPT_PROGRESSFUNCTION in phar:///home/circleci/project/vendor/bin/acquiacli/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php on line 40
Expected behavior
The database backup is downloaded successfuly
Desktop (please complete the following information):
OS: I've seen this both on ubuntu 20 in CI and macOS 12.4
Additional context
I believe this has been patched in guzzle so updating should hopefully fix it
The text was updated successfully, but these errors were encountered:
Description
It is not possible to download database backups on a system that has a recent version of libcurl
To Reproduce
Expected behavior
The database backup is downloaded successfuly
Desktop (please complete the following information):
Additional context
I believe this has been patched in guzzle so updating should hopefully fix it
The text was updated successfully, but these errors were encountered: