LinkStackOrg / linkstack-docker

A simple to set up docker variant of LinkStack. LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface.
https://linkstack.org/docker
GNU Affero General Public License v3.0
334 stars 41 forks source link

Cannot run backup or auto-updater #122

Open Death-Pact opened 1 month ago

Death-Pact commented 1 month ago

Keep getting a same error on my docker container logs:

Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in /htdocs/vendor/spatie/laravel-backup/src/Tasks/Backup/Zip.php on line 87

I am attempting to update from 4.2.3 -> 4.8.0

it leaves a temp folder in my /backup directory and yields a "500 | Server Error" message on my web browser.

Any idea why this happens?

lastsamurai26 commented 1 month ago

PLease share your php.ini and your startcommand for the docker

the default max_execution_time is 30 sec you can change this in /etc/php82/php.ini

Your System, needs longer than 30 sec to make a backup