Giter Site home page Giter Site logo

Does not work with Ubuntu 22.04 about m HOT 6 CLOSED

aheckmann avatar aheckmann commented on June 25, 2024
Does not work with Ubuntu 22.04

from m.

Comments (6)

stennie avatar stennie commented on June 25, 2024

Hi @boutell,

Per the MongoDB Production Notes, Ubuntu 22.04 is only supported for MongoDB 6.0.4 or later.

MongoDB generally does not backport release packages to O/S versions which were released much later than the corresponding major version of MongoDB, so if you need MongoDB 5.0 on an Ubuntu 22.04 host you would have to install this in a Docker instance or VM.

However, m did need an update to check for Ubuntu 22 packages on newer server releases.

Can you try running the current m version from GitHub and confirm if this now works for a MongoDB 6.04+ install:

wget https://raw.githubusercontent.com/aheckmann/m/master/bin/m && chmod +x ./m
./m 6.0

m --version should report 1.8.6-dev

Thanks,
Stennie

from m.

boutell avatar boutell commented on June 25, 2024

from m.

boutell avatar boutell commented on June 25, 2024

I tried your command and it worked great, almost.

Specifically leaving off the .0 does not work.

But ./m 6.0 and ./m 7.0 both worked.

With just ./m 7 I get:

Prebuilt binaries for linux-x86_64 7 do not appear to be available.

Thanks!

from m.

boutell avatar boutell commented on June 25, 2024

(m --version reports the right version.)

from m.

stennie avatar stennie commented on June 25, 2024

Specifically leaving off the .0 does not work.

But ./m 6.0 and ./m 7.0 both worked.

With just ./m 7 I get:

Sorry @boutell, that was a bad usage example (I also edited my comment above to fix). Currently you do need to include the minor version (eg m 6.0 for latest 6.0.x release).

Regards,
Stennie

from m.

boutell avatar boutell commented on June 25, 2024

💯 Thanks so much

from m.

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.