-
-
Notifications
You must be signed in to change notification settings - Fork 597
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 importing v1 Database #428
Comments
The manual query should be:
But could you please test if it works when you replace:
to
Probably the |
Thanks for posting the correct manual query string. That one returns the actual version field fine.
|
I guess I found the problem now. The column "option" is a reserved name in MySQL but I am testing with MariaDB, which can somehow ignore that.
|
Works like a charm. Thank you for your quick support! |
Thanks for your feedback, I'll close the ticket after I fixed it in master. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. If you use Kimai on a daily basis, please consider donating to support further development of Kimai. |
Describe the bug
Migration of DB in Kimai2 0.6
Following the migration howto on https://v2.kimai.org/documentation/upgrade-kimai-v1/
When running the import, following errors occures:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Migrating the v1 database to my v2 installation
Server (please complete the following information):
Additional context
I manually installed php7.1, on 16.04.5 LTS.
I got executed without error when I changed the lines 324 and 332 in KimaiImporterCommand.php to
(Escaped ')
Still no luck, then the result is empty and the script exits with
[ERROR] Import can only performed from an up-to-date Kimai version:
Needs at least 1.0.1 but found
The manual query
also has an empty result.
The text was updated successfully, but these errors were encountered: