I cannot find a way to extract files that have been uploaded to the DB. I found the collection (rocketchat_uploads) and can find the entries here but do not know how to extract them.
Hey @bradley.hilton , what am I doing wrong here? I built the filestore-migrator, and it looks like it runs successfully, processing over 3600 files, but at the end I find no files in the filesystem destination. I am mapping a volume, and the path exists and everything…I don’t see any errors…Here is my command:
docker run -v /home/ops/docker-persist/rocketchat/uploads:/uploads --network=rocketchat_default filestore-migrator:latest -databaseUrl=mongodb://mongo:27017/rocketchat -destinationType=fs -destinationUrl=/uploads