• A guide to upgrading MongoDB

    The blog post on how to upgrade MongoDB can be found by navigating to More, blogs. https://www.sagecity.com/za/sage-x3-south-africa/b/sage-x3-support-insights-ame/posts/a-guide-for-upgrading-mongodb-to-4-2-for-sage-x3
  • Enable log rotation in mongodb

    execute command below in a command prompt after enabling mongdb console db.adminCommand ( { logRotate : 1 } ) check logs in ...\var\log\mongodb\* for more information, refer to www.mongodb.com
  • How to upgrade mongoDb

    MongoDb can be upgraded seperately, best practices such as backup need to be considered to avoid loss of data. To perform an update/upgrade, you will need to have a standalone mongodb installation and have knowledge of current setup. Follow process…
  • What is the correct version of mongodb to use

    The version that ships with installation disk by default the version of mongoDb. Since the October 2018, the installation discs ship with a community edition not an enterprise one. For version and compatibility, navigate to online help. For security or…