 
			Reputation
Badges 1
59 × Eureka!Is it ok to restore data/mongo from my backup, and leave all the other files that were created by elastic_upgrade.py (e.g., data/elastic_7) untouched?
What I mean, is: Do I need to run elastic_upgrade.py again, or just the mongo upgrade (clearml-server-1.2.0-migration.py)?
my original trains server version was 0.14 if I remember correctly. Anywhere I can check it after the upgrade has been done?
My new clearml server is 1.5. I get that from  http://localhost:8080/version.json  but if there is somewhere else I should look, let me know.
I am not sure it matters for the following output, but anyway please note that the clearml dockers are down right now.
sigalr@momo : ~ $ curl -XGET  http://localhost:9200/_cat/indices
yellow open queue_metrics_d1bd92a3b039400cbafc60a7a5b1e52b_2022-06    2F6APbQWSvajTZQ5JxXY1Q 1 1    59 0 26.2kb 26.2kb
yellow open events-plot-d1bd92a3b039400cbafc60a7a5b1e52b         bZMKKCaKRXCys6VD_9oDDw 1 1   8556 0  4.1mb  4.1mb
yellow open worker_stats_d1bd92a3b039400cbafc60a7a5b1e52b_2022-06     c85DhB...
I clicked Fetch/XHR and got the following (after another reboot)
The upgrade is from /home/orpat/trains/data/elastic into /home/orpat/trains/data/elastic_7. Do you different paths in the log? Where?
TimelyMouse69 , yes, I ran successfully the first time before cloning it.
Yes I've performed the ES migration. The data is in clearml/data/elastic_7.
I will try it and keep you posted. Thanks!
Woohoo!  π
The instructions in the  https://superuser.com/questions/278948/clear-cache-for-specific-domain-name-in-chrome/444881#444881  were not accurate, but they brought me close enough.
Here is the exact sequence of operations:
F12  --> Applications tab --> Storage --> Clear site data --> refresh login screen
Thanks everyone for your help!
Where do I see the agent print outs?
I am using an old version. It's a trains server of version 0.16.3.
I did not upgrade anything and did not do docker pull.
I   am   having   a  temporary network issue .   Will   send   the  output  of   the   β docker  inspectβ   as  soon  as  I  can  reconnect  to   my   server.
Here is the developer tool Network screen capture after refreshing the page and trying to login.
AgitatedDove14 , I did nothing to generate a command-line. Just cloned the experiment and enqueued it. Used the server GUI.
Update: I ran the mongo migration script (clearml-server-1.2.0-migration.py) and now I can see my projects!  π
Now there is a new problem: I don't see any of the logs: console, artefacts, scalars, plots.
Can you help?
CostlyOstrich36 , I cleared the local cache and everything turned black (I guess it's not related to the cache). So I can't even see the list of experiments now.
Who/What created the initial experiment ?
I created the initial experiment from command-line, with either "python folder/script.py" or "python -m folder.script".
Both end up with the experiment not running. I am attaching an agent daemon log where the initial experiment was called with "python folder/script.py".
Why isn't the entry point just the python script?
The entry point is folder.script and not just the script because I need the 'current' folder while running the script ...
I see such arguments (--script, --cwd) in the command 'clearml-task', but I am not using it. What I do is run my script ('python folder/script.py') and create a task inside it, using Task.init().
Bingo (I guess). My code is local, with multiple files. I will try to connect it to a git repo and let you know how it worked.
Does the agent support uncommitted changes in multiple files? (on-top of a git commit).
AgitatedDove14 , thank you so much for your help.
I had a long video session today with the Israeli clearml engineers. There were plenty of things I had to do, and the two major ones were to define the environment variable CLEARML_AGENT_SKIP_PIP_VENV_INSTALL so it points to my conda environment python, and to call 'import clearml' from the top of my file (it was called from inside a method).
So now I can clone  π
The clearml dockers are down right now because I started a new ES migration (elastic_upgrade.py). I started it before you contacted me and I don't want to break it now. So I cannot look at the console right now.
It will probably finish 30 hours from now. If the same problems repeat, we will continue this chat then.
AppetizingMouse58 , SuccessfulKoala55 and AgitatedDove14 , after running the ES migration for the 2nd time the problem is solved π . Thank you all for your help! π
I don't see a cache related to clearml:(base) sigalr@rack-bermano-g03:~$ find . -name *cache* -not -name __pycache* ./.pycharm_helpers/python_stubs/cache ./.cache ./.conda/pkgs/cacheThe 1st and last are obviously unrelated, and the middle one contains files related to python:(base) sigalr@rack-bermano-g03:~$ ls .cache/ matplotlib motd.legal-displayed pip
Yes, I am using the trains server. We never took the time to update it to clearml.
The version (according to pip freeze) is 0.16.3.
No other error messages but the dashboard screen is blank.
However, there is a breakthrough: I can run the dashboard from Safari (Mac browser). So the problem is only in Chrome.
I am using a self hosted server.
I suspect that maybe the server gets stuck when I compare a large number of experiments (~10). Can that be possible?