-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No longer works with Mongo 6 #176
Comments
I've made a fork that works with all the latest updates and removes coffeescript, it's probably a mess, but I had no choice as my app depends on it. https://github.com/thumptech/meteor-file-collection |
Thanks. I am now considering migrating to ostrio:files which is well supported. |
I was going to go that way, but to get it to work was just as much mucking around as rewriting this package in my use case. |
Hi yeah, it's been years since I've done any Meteor work at all (I long ago transitioned to Golang). I can't foresee ever spinning back up on the Meteor ecosystem at this point, so this repo is truly a historical artifact. I've been considering just archiving it at this point to further warn people off, but that would shut down issue discussions like this allowing any remaining users to find each other here to exchange info. Thoughts? |
I'm not sure which way to go, but I use this package for my company intranet, so I have to keep it running just for that purpose. My fork does seem to work, but I had to pull in your other submodules and decaffeinate to be able to get my head around it. I also just disabled the locking system as I just could not seem to get it working properly. I think the later versions of mongo/gridfs may mean this isn't a problem anyway. ostrio:files is one way of going, but still need to write a gridfs driver and then come up with an HTTP access server. These are the reasons I persevered with this. |
its worth keeping it here, so we can thank you, Vaughn, for the module, even if it is no longer maintained by you. It has worked for me until I tried running it with an early release of Mongo 6 - so thats quite the achievement. |
Matthew. I'll do more research on ostrio:files and see how that goes. I suspect my primary issue is trying to use Mongo 6 in Meteor before its officially supported by Meteor. Rolling my setup back to Mongo 5 may still work for me. |
[MongoError]: Unsupported OP_QUERY command: listIndexes
The text was updated successfully, but these errors were encountered: