Closed mu88 closed 8 months ago
Can I ask what you have set for the feature useRememberedArgumentsForUpgrades
?
The feature useRememberedArgumentsForUpgrades
is enabled
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue will be closed in 14 days if it continues to be inactive.
yes, still relevant
@mu88 The ``Output Log section of the issue does not contain the log in the format we need.
When creating the issue, the Output Log section has these comments:
Please include the log given by Chocolatey CLI when running in debugging and verbose mode. You can run Chocolatey CLI in debugging and verbose mode using the flags --debug --verbose
. Alternatively, you can find the log file in the following default location: C:\ProgramData\chocolatey\logs\chocolatey.log
.
Before including the output log, make sure of the following:
Please provide that information by editing and adding it in the first comment (please don't post it in any other comment).
Without the full log we are unable to progress this issue.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue will be closed in 14 days if it continues to be inactive.
Dear contributor,
As this issue seems to have been inactive for quite some time now, it has been automatically closed. If you feel this is a valid issue, please feel free to re-open the issue if / when a pull request has been added. Thank you for your contribution.
Checklist
What You Are Seeing?
I've changed Chocolatey's cache directory as explained here by calling
choco config set --name="'cacheLocation'" --value="'D:\Software\Chocolatey\Cache'"
in an admin shell.However, when executing
choco upgrade all -y
, the files are still downloaded to%LOCALAPPDATA%\Temp\chocolatey
(folder size of approx. 200 MB), whereasD:\Software\Chocolatey\Cache
is almost empty (50 KB).Content of
D:\Software\Chocolatey\Cache\ChocolateyScratch
Content of
%LOCALAPPDATA%\Temp\chocolatey\ChocolateyScratch
What is Expected?
D:\Software\Chocolatey\Cache\
%LOCALAPPDATA%\Temp\chocolatey
should be empty or not existHow Did You Get This To Happen?
choco config set --name="'cacheLocation'" --value="'D:\Software\Chocolatey\Cache'"
choco upgrade all -y
System Details
10.0.19045.0
7.3.9
2.2.2
Installed Packages
Output Log
Additional Context
No response