ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. mongodb 3
    Log in to post
    • All categories
    • scottalanmiller

      MongoDB Storage Engine Error Detected MMapV1 and wiredTiger
      IT Discussion • mmapv1 wiredtiger mongodb mongodb 3 database nosql • • scottalanmiller

      3
      0
      Votes
      3
      Posts
      2481
      Views

      scottalanmiller

      @jaredbusch said in MongoDB Storage Engine Error Detected MMapV1 and wiredTiger:

      @scottalanmiller okay, they totally fucked this up.

      Yeah, this is some weird stuff.

    • scottalanmiller

      Installing MongoDB 3.2 on CentOS 7
      IT Discussion • ntg lab scale scale hc3 mongodb mongodb 3 mongodb 3.2 nosql centos linux server linux centos 7 rhel 7 • • scottalanmiller

      7
      5
      Votes
      7
      Posts
      4322
      Views

      JaredBusch

      @scottalanmiller said in Installing MongoDB 3.2 on CentOS 7:

      Just tested and deployed to CentOS 7.2 on Linode.

      This failed me, so I went to the mongo docs and the baseurl contains the variable $releasever.

      using that results in redhat//mongodb in the file, which is why I assume you hard coded that bit.

      Escaping the $ fixes it.

      cat > /etc/yum.repos.d/mongodb-org-3.2.repo <<EOF [mongodb-org-3.2] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/\$releasever/mongodb-org/3.2/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-3.2.asc EOF