how do I restart just the apiserver? If I’m not wrong this commandsudo docker-compose -f /opt/clearml/docker-compose.yml down
will stop all the services
yes, I’m following these instructions https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_config#web-login-authentication
oh, I found it 🙂cd /opt/clearml sudo docker-compose restart apiserver
Hi RattyLouse61 , how are you adding users? Are you adding them as fixed users in one of the configuration files?
RattyLouse61 the ClearML SDK and Agent are both designed to be resilient to server down time, so your experiments should do.ply wait until the server gets back online
I'm not sure it's not possible in the open version. I think this is because the users are loaded into the server when the server loads all the config files. This usually happens on server startup.
However, even if you simply restart the apiserver, any running experiments should continue running and resume communication with the backend once the apiserver is back up.
There is also the option of manually creating documents directly on mongodb - but it is unadvisable.