Query Mongodb for file paths

Hi, anyone have an idea how would I go about querying the DB for all the file paths? I want to identify any files referenced under an “old” root directory, and move the files and DB entries to a new root directory.

Thanks,
-Craig

You may want to check out these use cases in the guide. They include example

  • database queries
  • project directory path updates
  • updates of symbolic links to raw data, in case raw data are also moved
1 Like