-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: app is already configured, backup then delete the .env file to re-run the setup #238
Comments
Is there a reason you have uncommented the V4 section of the docker-compose? |
Ye - because I want invoice ninja 4, not 5 (it's not working well for me). I was following this wiki: |
I have tried to install on a fresh system but get the same issue. At this current time I'm stuck and wonder if the v4 docker install is broken. |
To get this to work I had to use |
I try to use the v4 and have exactly the same issue |
@electronick86 - did you try this? |
Yes, and then I have 502 Bad Gateway errors... |
Can you share your compose file please? I can try to help. |
thanks @Rustymage I'm working behing traefik reverse proxy. I use the same labels with IN5 with traefik and it works.
env file:
|
What does |
I think I didn't do any edit in the file. I check from the nginx container, I can "ping app" so the resolution is correct to the correct container.
|
The only difference I can see is the fact you don't have the following:
and I use an NGINX proxy so I can't comment on traefik. Other than that, I can't really help. Good to know if the above helps though. |
I realise that the uid of invoiceininja is 1000 with 4.5.18 and 1500 with 4.5.30 |
with 4.5.18, problems with the permissions due to wrong uid. switch back to 4.5.30 and follow this : #266 (comment) Now everything is ok. So I suspect a problem with the migrations |
Ubuntu 20.04.
Running a new setup following the instructions and I get the following error:
Error: app is already configured, backup then delete the .env file to re-run the setup
Where is the .env? I haven't added one...
Here is the docker-compose.yml
I can't figure this out as the logs don't appear to help...
Thanks in advance!
The text was updated successfully, but these errors were encountered: