-
Notifications
You must be signed in to change notification settings - Fork 137
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
Upgrade from 1.15 over 1.17 to 2.0 not possible (database corrupt) #268
Comments
Hi @alexx-km , task events are coming from Elatsticsearch. Can you please check that volumes mapping for elasticsearch service are the same in your current and previous versions of the docker-compose? |
Thank you so much for your quick reply! I think that could be the issue. As the workstation user which starts the docker images does not have the id 1000, I had to change the path mapping from Also, when I try to execute the command you suggested, I get the error |
I think I fixed it by
. Is there a way to verify that the migration was successful for all data in the database? |
@alexx-km - you can check for errors in the container logs - but in general - if you are able to view your tasks (experiments) this means mongo upgraded successfully, and if you are able to see events (console logs, scalars, plots) it means elasticsearch also upgraded correctly. |
Alright, it seems to work. Thank you very much for your help 👍 |
Hello,
we're currently in the process of updating ClearML from 1.15 to 2.0 and tried to use the suggested docker-compose file from here to update to the 1.17 intermediate version. After fixing some issues with permissions and the token authentication of the fileserver, I finally got the container to run without bigger issues and I was able to access our project. Sadly, it seems, that our database was not correctly migrated to the newer version. I see all experiments in the overview:
and also some of the final metrics and general experiment information (runtime etc.) is still available, but the console output and metric graphs are missing:
Do you have an idea, what the issue could be? I attached the log-file of the upgrade process to this issue: clearml_update_log.txt
Thank you in advance!
The text was updated successfully, but these errors were encountered: