Version v5.5.104 to v5.5.107

Hi, my current installed version is v5.5.104 and I’m trying to update to v5.5.107 from the update section on the left corner footer. once click update I got a popup message “server error” The error message does not specify what exact error, any idea how to check why is not updating?

my current PHP is v8.1
(self hosted)

Hi,

There may be more details in the web server error logs or in storage/logs.

Thank you, yes I can see the error report

[2023-04-25 09:13:00] production.ERROR: Allowed memory size of 536870912 bytes exhausted (tried to allocate 4096 bytes) {“userId”:1,“exception”:"[object] (Symfony\Component\ErrorHandler\Error\FatalError(code: 0): Allowed memory size of 536870912 bytes exhausted (tried to allocate 4096 bytes) at /home/demo.co.uk/vendor/nelexa/zip/src/Model/ZipContainer.php:39)
[stacktrace]
#0 {main}
"}

any idea how to solve this

It should help to increase the PHP memory limit on the server.

Another option is to manually copy over the latest release files.

https://github.com/invoiceninja/invoiceninja/releases/download/v5.5.107/invoiceninja.zip

Thanks, yes that works

Glad to hear it, thanks for the update!