BobRay / UpgradeMODX

A dashboard widget that detects upgrades and (optionally) installs them from within the MODX Manager
https://bobsguides.com/upgrade-modx-package.html
22 stars 14 forks source link

Empty temp folders being created during update check #52

Closed travisbotello closed 5 years ago

travisbotello commented 5 years ago

Just upgraded to version 2.0.2 on MODx 2.6.5 advanced installation and UpgradeMODX starts to create ugmtemp/unzipped folders inside public_html folder when checking for new MODx version. I didn't see this behavior prior to Version 2.0.2. No upgrades have been run, it just creates empty folders.

screenshot 2018-11-01 09 30 04 screenshot 2018-11-01 09 30 10

BobRay commented 5 years ago

That's the expected behavior. Because those directories will be used by more than one processor when you do an upgrade, they're created ahead of time. Since they're empty, they're taking up almost no disk space.

travisbotello commented 5 years ago

Okay, that makes sense. Thanks for clarification!