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
Greetings, I Manually Set Up A Server On Ec2 But I'D Rather Not Put Everything On

Greetings,
I manually set up a server on EC2 but I'd rather not put everything on /opt and instead save large files (like media, plots, model weights and other artifacts) in our shared mounted drive on /data . Maybe also keep the config there.
Are these the desired directories to change or do I also need to change elastic/mongo/redis ?

sudo mkdir -p /opt/clearml/data/elastic_7
sudo mkdir -p /opt/clearml/data/mongo_4/db
sudo mkdir -p /opt/clearml/data/mongo_4/configdb
sudo mkdir -p /opt/clearml/data/redis
sudo mkdir -p /opt/clearml/logs
sudo mkdir -p /data/clearml/config # <-- Here
sudo mkdir -p /data/clearml/data/fileserver # <-- Here

Ideally I'd keep frequent IO operations (like logs) within the server and less frequent/large ones on the shared drive.
I'm aware I need to change the docker compose accordingly
Thanks in advance (edited)

  
  
Posted 5 days ago
Votes Newest

Answers


Hi @<1785841629471444992:profile|CluelessSheep59> , looks OK. Give it a try and see what happens 🙂

  
  
Posted 5 days ago
38 Views
1 Answer
5 days ago
4 days ago
Tags