Replies: 5 comments 1 reply
-
How is that a bug of the Docker image? Please include image and logs in your issue, not on some external page. |
Beta Was this translation helpful? Give feedback.
-
@tamenmd Any more info on this? |
Beta Was this translation helpful? Give feedback.
-
@tobybatch At the moment, unfortunately not. Currently, I am using Proxmox to back up the entire virtual machine, and in case of data loss, I rely on this backup for restoration. I haven't yet figured out how to integrate this plugin into my environment. |
Beta Was this translation helpful? Give feedback.
-
Hey @tobybatch and @kevinpapst, Quick update on the 'Easybackup' issue in the Kimai Docker setup: MySQL/mysqldump Fix: Managed to get MySQL and mysqldump into the container. Made a custom Docker image with this Dockerfile:
Rebuilt with docker build -t custom-kimai . and switched to the custom-kimai image. This seemed to fix the red quotes in EasyBackup. Backup Issues: Still hitting some errors when trying to backup. Here's the log:
Seems like there might be some file or directory issues. Also, the ERROR: sh: syntax error: EOF in backquote substitution bit is weird. Any thoughts on these? Thank you |
Beta Was this translation helpful? Give feedback.
-
And lastly: extra pings via @ are not necessary. I don't see how that is justified, considering that this is meither critical nor urgent. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using the Kimai Docker integration, maintained by Toby, for my time tracking needs for quite some time now. However, I recently encountered an issue with the 'Easybackup' plugin that I would really love to get fixed.
Describe the bug
In addition to the error message, you can find the corresponding log here:
When attempting to use the "Easybackup" plugin within the Kimai Docker environment, I consistently encounter the following error message:
Desktop:
Docker compose file (with passwords redacted)
I am using the Docker Compose file provided by Toby, which can be found here. You can see my configuration:
Additional context
I'm seeking guidance on how to resolve this issue or how to configure the Docker container to include MySQL/mysqldump, allowing the "Easybackup" plugin to function correctly. If anyone has encountered a similar problem or has insights on how to configure the Docker environment to address this, please share your thoughts.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions