chevereto / installer

The Chevereto installer CLI/HTTP single-file tooling
https://chevereto.com
MIT License
27 stars 14 forks source link

Timeouts in extracting step #36

Open rodber opened 2 years ago

rodber commented 2 years ago

image

In small machines the extraction step is being prematurely killed by the max_execution_time hard-cap when not allowing the Installer to use set_time_limit(0).

We should consider to stop recommending using the Installer in shared hosting, meaning that we need a new packaging for V3.X (one where the user can extract the software directly to a working path without having the extra "chevereto" folder).

As most shared hosting do include a file manager, the extraction step could be carried directly there.

rodber commented 2 years ago

Remark

This also affects the self-update procedure built-in in Chevereto V3.