tobybatch / kimai2

Docker containers for the kimai2 web application including docker-compose and kubernetes/helm deployment.
MIT License
183 stars 97 forks source link

Can't start the container after update to 1.4 #34

Closed yayitazale closed 4 years ago

yayitazale commented 4 years ago

This is what the log shows:

Using Mysql DB
Tables_in_kimai
kimai2_activities
kimai2_activities_meta
kimai2_configuration
kimai2_customers
kimai2_customers_meta
kimai2_customers_teams
kimai2_invoice_templates
kimai2_projects
kimai2_projects_meta
kimai2_projects_teams
kimai2_tags
kimai2_teams
kimai2_timesheet
kimai2_timesheet_meta
kimai2_timesheet_tags
kimai2_user_preferences
kimai2_users
kimai2_users_teams
migration_versions
/startup.sh: line 30: /opt/kimai/bin/console: No such file or directory
/startup.sh: line 53: /opt/kimai/bin/console: No such file or directory
/startup.sh: line 54: /opt/kimai/bin/console: No such file or directory
/startup.sh: line 57: /opt/kimai/bin/console: No such file or directory
Error, unknown server type

I'm using Kubuntu 18.04 as host.

tobybatch commented 4 years ago

@yayitazale I've had to pull the 1.4 container. The new deps are breaking it. I'll get a fix out ASAP

kevinpapst commented 4 years ago

Can you check if https://github.com/kevinpapst/kimai2/pull/1158 helps?

Schrolli91 commented 4 years ago

Now i know, that this error is not a deps problem - its an permission error in the docker container

Schrolli91 commented 4 years ago

@yayitazale do you use a FPM image? Then you can try #35

yayitazale commented 4 years ago

Can you check if kevinpapst/kimai2#1158 help

Updated and running.

Thanks!