Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi All, I'M Trying To Upgrade

Hi all,
I'm trying to upgrade clearml-server but I keep getting permission errors from the elastic search container:
clearml-elastic | ElasticsearchException[failed to bind service]; nested: AccessDeniedException[/usr/share/elasticsearch/data/nodes]; clearml-elastic | Likely root cause: java.nio.file.AccessDeniedException: /usr/share/elasticsearch/data/nodes clearml-elastic | at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:90) clearml-elastic | at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) clearml-elastic | at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:116) clearml-elastic | at java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:389) clearml-elastic | at java.base/java.nio.file.Files.createDirectory(Files.java:693) clearml-elastic | at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:800) clearml-elastic | at java.base/java.nio.file.Files.createDirectories(Files.java:786) clearml-elastic | at org.elasticsearch.env.NodeEnvironment.lambda$new$0(NodeEnvironment.java:274) clearml-elastic | at org.elasticsearch.env.NodeEnvironment$NodeLock.<init>(NodeEnvironment.java:211) clearml-elastic | at org.elasticsearch.env.NodeEnvironment.<init>(NodeEnvironment.java:271) clearml-elastic | at org.elasticsearch.node.Node.<init>(Node.java:277) clearml-elastic | at org.elasticsearch.node.Node.<init>(Node.java:257) clearml-elastic | at org.elasticsearch.bootstrap.Bootstrap$5.<init>(Bootstrap.java:221) clearml-elastic | at org.elasticsearch.bootstrap.Bootstrap.setup(Bootstrap.java:221) clearml-elastic | at org.elasticsearch.bootstrap.Bootstrap.init(Bootstrap.java:349) clearml-elastic | at org.elasticsearch.bootstrap.Elasticsearch.init(Elasticsearch.java:170) clearml-elastic | at org.elasticsearch.bootstrap.Elasticsearch.execute(Elasticsearch.java:161) clearml-elastic | at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwareCommand.java:86) clearml-elastic | at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:125) clearml-elastic | at org.elasticsearch.cli.Command.main(Command.java:90) clearml-elastic | at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:126) clearml-elastic | at org.elasticsearch.bootstrap.Elasticsearch.main(Elasticsearch.java:92) clearml-elastic | For complete error details, refer to the log at /usr/share/elasticsearch/logs/clearml.logThere is nothing present at /usr/share/elasticsearch/

  
  
Posted 2 years ago
Votes Newest

Answers 9


Hi ExcitedFish86 , can you explain exactly the steps you took?

  
  
Posted 2 years ago

oops 🙂

  
  
Posted 2 years ago

thanks!

  
  
Posted 2 years ago

same thing 😞

  
  
Posted 2 years ago

Ok working now 🙂 had a mistake in the folder name

  
  
Posted 2 years ago

just docker-compose up with the latest compose file from the repo

  
  
Posted 2 years ago

The legacy version worked just before I mv ed the folder but now (after reverting to the old name) that doesn't work also 😢

  
  
Posted 2 years ago

(specifically step #4)

  
  
Posted 2 years ago

Did you follow the upgrade instructions from Trains Server to ClearML Server? https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_linux_mac.html#upgrading

  
  
Posted 2 years ago
559 Views
9 Answers
2 years ago
one year ago
Tags