-
Notifications
You must be signed in to change notification settings - Fork 6
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 installing on Kimai2 Docker #58
Comments
I update to the new image that was released today and now the EasyBackupBundle is showing up under System and also cloned the git repo instead of downloading, however, under status check I have the following errors: I read about the tobybatch/kimai2#450 and enabled the port 3036 on the my sqldb but still not passing the checks. Although, as you can see in the image, it did find the sqldb. Not sure why it cannot find the other remaining item. Im not sure what I am missing |
I updated the easybackup configuration settings to be hardcoded with the username and password, then reloaded cache, but this still did not solve the issue. |
same issue with /usr/bin/mysqldump --version and /usr/bin/mysql --version on my site but after some research i found a information which could be the actual problem: "Starting with 11.0.1 mariadb, mysqldump is deprecated and removed from the mariadb Docker Official Image. Use mariadb-dump instead. (https://mariadb.com/kb/en/mysqldump/)" |
Hi @empx92 , |
so sorry it isn't working |
In general neither |
I have Kimai v2.0.23 running on docker and when I tried to install the the EasyBackupBundle plugin, It is does not show up in the kimai.
The installation steps I took:
docker exec --user root kimai chown -R www-data:www-data /opt/kimai/var
docker exec -ti kimai /opt/kimai/bin/console kimai:reload --env=prod
docker exec --user root kimai chown -R www-data:www-data /opt/kimai/var
When I logged back into kimai on my browser, I do not see the easybackup option in the menu and the plugins page shows no plugins installed.
The logs on the doctor menu shows the following two entries related to easybackup:
Also, I tried with reloading the cache with the following steps and did not work:
The text was updated successfully, but these errors were encountered: