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?
Hello,
I tried to update to 3.1.5 (tried tags
3.1.5
and3.1.5-v
) and the container starts installation over the current data. Starting withAKAUNTING_SETUP=true
allowed me to login and also created new company. However if I set it tofalse
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?