Finding original files
 Posted: Fri Sep 28, 2018 6:59 pm
Posted: Fri Sep 28, 2018 6:59 pmHello everyone. Long time lurker, first time poster.
I need to find a group of original files (paths) in the Omero (5.1.2) ManagedRepository, based on a Project ID. My first thought was to use
Thank you!
			I need to find a group of original files (paths) in the Omero (5.1.2) ManagedRepository, based on a Project ID. My first thought was to use
- Code: Select all
- find <user> -name *.<filetype>
- Code: Select all
- bin/omero hql -q "<query>"
Thank you!
 You are using a very old OMERO though, since 5.3.x there is a convenience request
 You are using a very old OMERO though, since 5.3.x there is a convenience request  . Finding these original files are part of a larger project to move to a new version on new hardware, using a totally different storage solution on the back end (or else I would just migrate the repository as is).
 . Finding these original files are part of a larger project to move to a new version on new hardware, using a totally different storage solution on the back end (or else I would just migrate the repository as is).