YunoHost-Apps / nextcloud_ynh

Nextcloud package for YunoHost
https://nextcloud.com/
GNU Affero General Public License v3.0
147 stars 63 forks source link

Upgrade failed by filling up /tmp #618

Closed Salamandar closed 1 month ago

Salamandar commented 11 months ago

Upgrade script uses mktemp -d to create a temporary installation dir. With some apps installed, it's way bigger than 300M (the expected size), for me it was 1.2GB.

The app should use /var/www as a base for mktemp instead.

alexAubin commented 3 months ago

(Related to https://github.com/YunoHost-Apps/Experimental_helpers/blob/master/ynh_smart_mktemp/ynh_smart_mktemp )