chocolatey-community / simple-server

The Chocolatey Simple Server - https://community.chocolatey.org/packages/chocolatey.server
Apache License 2.0
44 stars 17 forks source link

All packages are unzipped and deleted in packages folder #48

Closed robertZaufall closed 5 years ago

robertZaufall commented 6 years ago

When a client wants to install or upgrade a package sometimes all packages are unzipped and deleted on the server leaving the whole server unfunctional.

ferventcoder commented 6 years ago

@robertZaufall just seeing this - what do you mean?

robertZaufall commented 6 years ago

I was observing situations when all nupkg files in chocolatey.server\App_Data\Packages were extracted to folders and afterwards deleted, so only these folders containing the nupkg artifacts were remaining.

ferventcoder commented 5 years ago

This is mostly normal, it should be pushing those packages down to subfolders and removing the top level nupkg. If you see it not keeping the nupkg in the subfolder (<package id>\<package version>), then we can look more into what you are seeing.