• MongoDB 4.4 end-of-life support

    This blog has been written, to notify the Sage X3 ecosystem, of the official end-of-life support for MongoDB Version 4.4. Any new developments around this topic will be updated inside this blog. MongoDB has officially announced, the End of Life, for MongoDB…
  • MongoDB Disaster Recovery Automation

    1. Introduction:- MongoDB Backups has been a grey area for Sage's BP's it is our intent in this Blog to illustrate a simple but very effective method for Automatically creating MongoDB Backups on a scheduled basis. These MongoDB backups will form…
  • MongoDB Log File Rotation

    MongoDB Log File Rotation Why is it important? The below benefits are good reasons to consider deploying MongoDB Log file rotation using the script we provide to our Sage X3 Business Partners:- Automated Log file rotation offers an easy alternative…
  • Mongo Upgrade to 4.2

    This process can be very complicated. Simply just updating Mongo DB from 4.0 to 4.2 would render the dataset unusable. This is because the database would still be in a MMAPv1 format and not be accessible by the Wiredtiger engine; it is not in a Wiredtiger…
  • "Respawn limit exceeded. Applications cannot be started" error when updating MongoDB 4.2 to MongoDB 4.4

    Additional errors: A stop and start of Syracuse agent followed by a login attempt displays the following message: Application servers are being started (0 out of 4 have been started). Try again later. Error messages: Restarting server N0 (exit…
  • 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
  • A Guide for Upgrading MongoDB to 4.2 for Sage X3

    As promised during the webinar, below is a link to the article authored by our colleague Chris Hann on upgrading MongoDB. Conquering the Obstacle of Upgrading MongoDB You can also visit the Sage X3 Online Help centre by clicking here .
  • 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…