Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Tags
    3. mongo
    Log in to post
    • JaredBusch

      Setting up NodeBB with Mongo on Fedora 28
      Tutorials • fedora mongo nodebb setup • • JaredBusch

      10
      0
      Votes
      10
      Posts
      693
      Views

      Arief Wijaya

      @JaredBusch Thanks. Really appreciate it

    • countach

      Adding custom functionality: Mongo
      Technical Support • crud mongo • • Nkosinathi Mothoa

      1
      0
      Votes
      1
      Posts
      850
      Views

      countach

      I would like users to have different dashboards (content) depending on the "groups" the user has subscribed to. Also how would one go about storing additional user info in Mongo?

    • countach

      "NodeBB could not connect to your Mongo database" Error
      Technical Support • authentication installation mongo setup • • Nkosinathi Mothoa

      8
      0
      Votes
      8
      Posts
      3533
      Views

      Amit yadav

      @zaasmi
      try this

      mongo -u "admin" --authenticationDatabase "admin" -p

    • Anthony Young

      Adding mongo with a custom URL (Modulus.io)
      NodeBB Development • config configuration mongo mongodb uri • • Anthony Young

      3
      0
      Votes
      3
      Posts
      1917
      Views

      Anthony Young

      @pichalite Thanks 🙂 Rookie mistake by me

    • Doppy

      How get the "score" value when I put an element in a sortedSet
      Plugin Development • mongo mongodb plugin sorted set • • Doppy

      4
      0
      Votes
      4
      Posts
      1911
      Views

      baris

      No they return the score of the value.

      db.sortedSetScore(set, data.name, function(err, score) { console.log(score); });
    • H

      Database status?
      Technical Support • mongo • • humanmadeaccount

      11
      0
      Votes
      11
      Posts
      4948
      Views

      F

      This is my actual users set up.

      > show users; { "_id" : "admin.super", "user" : "super", "db" : "admin", "roles" : [ { "role" : "root", "db" : "admin" } ] } { "_id" : "admin.nodebb", "user" : "nodebb", "db" : "admin", "roles" : [ { "role" : "clusterMonitor", "db" : "admin" } ] } > use nodebb switched to db nodebb > show users; { "_id" : "nodebb.nodebb", "user" : "nodebb", "db" : "nodebb", "roles" : [ { "role" : "clusterMonitor", "db" : "admin" }, { "role" : "readWrite", "db" : "nodebb" } ] }
    • Andrea Cardinale

      Secondary database: Redis+Mongo
      Technical Support • mongo redis secondary database • • Andrea Cardinale

      3
      0
      Votes
      3
      Posts
      1825
      Views

      Andrea Cardinale

      @baris Yes, this is on latest.
      if I configure only mongo, it's works