Issues
Issues copied to clipboard
Partially uploaded packages persist on the Octopus Server
When a package is being uploaded it is saved in the users temp folder. If the upload is interrupted, the temporary file persists in the temp folder.
To reproduce (I used a 6GB package):
- Run the Octopus Server as administrator
.\Octo.exe push --package=D:\Packages\Big.1.0.0.0.nupkg --server=https://myoctopus --apiKey=API-123- Check the temp folder (C:\Users\Administrator\AppData\Local\Temp\2)

Customer report where temporary files filled up the OS disk: https://octopusdeploy.slack.com/archives/C03KW5024M9/p1666893446172759
As part of this issue, consider that it is surprising anything is being persisted to a location other than the configured Octopus home directory.