akaunting / docker

Docker Image for Akaunting
https://github.com/akaunting/akaunting
GNU General Public License v3.0
182 stars 85 forks source link

Update to 3.1.5 starts installation #107

Open vitis586 opened 8 months ago

vitis586 commented 8 months ago

Hello,

I tried to update to 3.1.5 (tried tags 3.1.5 and 3.1.5-v) and the container starts installation over the current data. Starting with AKAUNTING_SETUP=true allowed me to login and also created new company. However if I set it to false again I am getting the installation wizard again. The wizard creates a new company which is not visible in the UI and deleting it directly in the DB does not help. So in the end the UI shows only one company and complains that I have too many companies. There are no errors in the logs or in the browser console.

I guess that it is related to https://github.com/akaunting/docker/pull/104 because if I set the container variable to APP_INSTALLED=true I can update without issues. Is this just missing from the README?