/
Mongo 3.4 Devstack / Unit Tests
Mongo 3.4 Devstack / Unit Tests
Upgraded mongo on my devstack direct to 3.4 via: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
Kept existing /etc/mongod.conf
- Needed to update due to error "
BadValue: Can't specify both --journal and --nojournal options.
" just commented out the--journal
line. sudo service mongod start
- different starting mechanism, needs manual start at this point
Ran mongo, connects. db.version()
is correct
paver test
Worked with no changes or errors
Enable in memory engine
/etc/mongod.conf
add →storage.engine=inMemory
sudo service mongod restart
ONLY THEN READ THE FINE PRINT THAT inMemory IS ONLY AVAILABLE ON ENTERPRISE
, multiple selections available,
Related content
Mongo 3.4 Discussion & Meeting Notes
Mongo 3.4 Discussion & Meeting Notes
More like this
Mongo 4.2 Upgrade
Mongo 4.2 Upgrade
More like this
[CLOSED] FC-0004 - Old Mongo Deprecation
[CLOSED] FC-0004 - Old Mongo Deprecation
More like this
500 errors
500 errors
More like this
Mocking modulestore - optimal seam investigation
Mocking modulestore - optimal seam investigation
More like this
MongoDB 4.2 Upgrade Progress Tracking
MongoDB 4.2 Upgrade Progress Tracking
More like this