Giter Site home page Giter Site logo

Comments (7)

xet7 avatar xet7 commented on June 2, 2024 1

Kind of related, I mentioned Sandstorm at podcast today https://www.youtube.com/watch?v=zic-h8jG6F8

from sandstorm.

ocdtrekkie avatar ocdtrekkie commented on June 2, 2024

We are currently stuck a bit further behind than that, but it's definitely a goal.

from sandstorm.

jankapunkt avatar jankapunkt commented on June 2, 2024

I'll give it a try on updating it to the Beta and see what issues arise in the process.

from sandstorm.

ocdtrekkie avatar ocdtrekkie commented on June 2, 2024

@jankapunkt So the main thing I can already tell you is the standing blocker is that we use MongoDB 2.6.

from sandstorm.

jankapunkt avatar jankapunkt commented on June 2, 2024

Ah okay that's truly a blocker I think at a certain version of Meteor 2.x the minimal Mongo version is 5.x

from sandstorm.

ocdtrekkie avatar ocdtrekkie commented on June 2, 2024

Yep. Our standing challenge is that since Sandstorm is deployed in thousands of servers owned by people who are not all technical people, we need to upgrade MongoDB in a very safe/clean way. Probably the next blocker once the MongoDB migration is tackled, is that node-capnp has not been upgraded for the latest versions of Node, and my understanding is the conversion from 14 to 16+ is non-trivial?

from sandstorm.

jankapunkt avatar jankapunkt commented on June 2, 2024

The Migration from Node 14 will be to 20 with Meteor 3 as they decided to keep up with the Node.js lifecycle as good as possible in order to get all the security fixes and features etc.

However, the bigger part of the Migration is actually the removal of Fibers (coroutines) as they are not supported by Node >=16 and therefore all the internal Fibers-related code is migrated to async/await. Most of all this affects nearly all functionality where Mongo.Collection is involved or where Fibers has been in direct usage.

A detailed list of what's affected is collected here: https://github.com/meteor/meteor/blob/d5c3b2eeafd0ad78ee7e2553f3f269c5c2a2e2a9/docs/generators/changelog/versions/3.0.md#L5-L17

Note this list only covers Meteor core and core-packages (like Accounts etc.) but no community packages.

Regarding the MongoDB migration I can actually help out with an article I wrote, after I wrestled with this when migrating from 4 to 5: https://dev.to/jankapunkt/meteorjs-and-meteor-up-mongodb-migration-to-a-new-major-version-40b7

However, the article is Meteor+Meteor-Up focused.

from sandstorm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.