mongo icon indicating copy to clipboard operation
mongo copied to clipboard

The MongoDB Database

Results 103 mongo issues
Sort by recently updated
recently updated
newest added

Same as #1060 but for 3.x version. - [x] alpine-release on processinfo - [x] Fix `'ELFCLASS__ELF_NATIVE_CLASS' was not declared in this scope` - [x] Fix `gnu_get_libc_version` usage that does not...

See details in [SERVER-31687](https://jira.mongodb.org/browse/SERVER-31687) `$lte` condition may cause the oplog full scan, so we should just use `$gte`, and compare in the client side.

Set UMask=0027 in debian/mongod.service so that database files are created with no permissions for "other" users.

commit 3607059 introduced a default fork option, but it has not been enforced in the command line. Since fork is enforced in the systemd unit and ignores the configuration file,...