Hi @<1523702496097210368:profile|ScantChimpanzee51> , according to the clearml logs the initial problem was due to the MongoDB not able to start with your data. The reason is that MongoDB cannot be jumped more than one version at a time. Your previous version used MongoDB 4.4 and the latest version uses MongoDB 6.0. In order to upgrade from you initial version to the latest one you should first upgrade to clearml version 1.17 that upgrades MongoDB from v4.4 to 5.0
Then you can upgrade to clearml version 2.1 which is the latest version right now and it will upgrade MongoDB from v5 to v6
None
Is there for example a good way to start the new version without any legacy data base and then migrate the data more or less manually? Is it enough to migrate the Mongo DB to see our old tasks again and are the schematics still compatible?
New state: After starting with the old YML again, the web app looks new (presumably because the image allegroai/clearml:latest
is used), but the server version still lists WebApp: 2.1.0-664 • Server: 1.9.2-317 • API: 2.23
.
Creating tasks and reporting things works again, but I regularly see the UI error shown attached. Any way to resolve things?
Also as an update, I tried to start the containers one by one and resolve the errors that came up. The only real one I found was that Redis crashed when loading the previous data base. Since I figured I wouldn't necessarily need the cache, I cleared the dump file, then all the services started - this all refers to the old server version.
When trying the same with the most recent docker-compose.yml
, the services all started by themselves, but when I start the full docker compose, the dashboard shows up but none of the projects load and eventually our VM instance crashes all together.
Any idea on how to proceed?
Hi @<1523701070390366208:profile|CostlyOstrich36> , thank you for answering!
We are upgrading from v. 1.9 or so (I think) to the most recent one.
Attached below are 3 logs from api server, elastic search and file server - does this help to debug?
Also can you please provide a log of only the apiserver and also one from the elastic container
Hi @<1523702496097210368:profile|ScantChimpanzee51> , from what version to what version did you try upgrading? Did you perform a backup?