Open NajibNour opened 1 year ago
So I believe I found a possible solution but I am still getting one error, Might not be of concern but would like to see what the dev's say.
Within the Dockerfile I changed Line 49 to match 2.1.33 instead of latest.&& curl -Lo /tmp/akaunting.zip 'https://akaunting.com/download.php?version=2.1.33&utm_source=docker&utm_campaign=developers' \
I proceeded to build 2.1.33 witch gave me PHP8. It then proceeded to update to 2.1.36. Once updated got a warning to backup db before updating to 3.0.11. Cool were getting somewhere.
I proceed to update 3.0.11 and get the following error within the logs and the ui. (PHP artisan errors)
Note the new ui does load up and seems to work just fine with the exception of the missing widgets in the dashboard.
Refers mostly to tables that already exists.
I then proceed to Changing line 49 back to latest and build the container once again. (Version 3.0.11)
All seems to work and there are no errors within the logs as of now.
Are any of those errors of concern? They dont seem like they are to me but am wondering to be safe.
Also the new reports are they broken or made like that now? I used to be able to see monthly expenses by vendor with each months spending and a total. and now its only total that year...
Good day,
Hope all is well. Here's a couple of config files I've got to get a base line. Docker-compose:
Starting on container
akaunting:2.1.33
When upgrading akaunting within the GUI it upgrades to 2.1.36. Im assuming it passes to 2.1.36 as it shows up in the bottom corner but then gives an error stating You can not upgrade to Akaunting 3.0 version because your PHP version is lower than 8.0.2. Please, ask your hosting company to upgrade your PHP.Understandable, so then I proceed in searching for the newest image with php8 installed. So that comes up to
akaunting:3.0.0
.Upgrade to 3.0.0 container, I then get server 500 errors within the container logs. "GET /1 HTTP/1.1" 500 211 "https://DOMAIN.ca/serviceworker.js"
I look further within the network console and found nothing useful.
I decide to look up within the issues. Found #7 Looked over it and followed some instructions thinking it would be a permission issue and did not come to a solution.
Im am stuck at this point and would really like to move to keep all the inv/companies data If I have to export then import data onto a fresh install this is something I do not mind doing!
Any help would be appreciated :)