I have several small meteor apps build with Meteor 2.7.3 running on ubuntu 18.04, and I decided to start to redeploy them to a new Ubuntu 22.04 server.
Unfortunately, I have now discovered that the atmosphere package vsivsi:file-collection, which is no longer supported by the author, uses mongo commands that are no longer supported on Mongodb 6.
For those that may have used vsivsi:file-collection in the past, what did you replace it with? And does Meteor 2.7.3 even support Mongodb 6?
I had the same issue with MongoDB 6 and was wondering if I could upgrade to Meteor 2.16 to resolve it. It’s good to know that you migrated successfully using edemaine:file-collection.
I updated to 2.9.1, then 2.12, then 2.15, then 2.16.
i was necessary to reset, run then import a previously dumped database after moving to 2.15 so it remains consistent with the new mongo version.