TimelyCrab1 there were several discussions here and in the GitHub issues on how to migrate fileserver data (databases should be just fine if you just move or backup/restore the data)
Hi TimelyCrab1 , directing all your outputs to s3 is actually pretty easy. You simply need to configure api.files_server: <S3_BUCKET/SOME_DIR>
in clearml.conf
of all machines working on it.
Migrating existing data is more difficult since everywhere in the system everything is saved as links. I guess you could change the links in mongodb but I would advise against it.