summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2024-08-23SERVER-93920: Final cleanup for enableMajorityReadConcern flag (#26455)Kishore Devireddy
GitOrigin-RevId: 6522f7217880ab960dfe300d8a2af5c4cb0da6a5
2024-07-22SERVER-87888 Update man pages for 8.0 (#25054)Britt Snyman
GitOrigin-RevId: cc850514aeed8853f1f2c877f5f3899a0f33fd13
2024-06-05SERVER-84800: Remove eMRC:false in non-repl code (#23020)Kishore Devireddy
GitOrigin-RevId: 0e5eaf9533ac9bf0d4d06f5e37eccf660cf3a5f1
2024-04-16SERVER-88229 Configure glibc tunables in mongod.service for new tcmalloc ↵Mark Benvenuto
(#20977) GitOrigin-RevId: f754ec3179f17ed2848b2e004420dc406ac622ea
2024-03-14SERVER-78495 Throw out vestiges of enableFinerGrainedCatalogCacheRefresh ↵Tommaso Tocci
from the router role (#17693) GitOrigin-RevId: 277f3bdecb1f20663b1d2e0259e01571849e08a5
2023-08-18SERVER-78987 Remove the free monitoring code from mongodb/mongo repoMark Benvenuto
2023-07-15SERVER-75244 Updated man pages for 7.0Maria Prinus
2023-03-23SERVER-74845 Override processManagement.fork in mongod.serviceRyan Egesdahl
2023-02-10SERVER-38232 Add RuntimeDirectory to mongod.serviceRyan Egesdahl
2022-11-29SERVER-71449 log_successs_msg: not foundAbdulrahmanKanaan
when using service status command fixing "/etc/init.d/mongodb: 251: log_successs_msg: not found" error spelling mistake "log_successs_msg" to "log_success_msg" Closes https://github.com/mongodb/mongo/pull/1500 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2022-10-15SERVER-70121 SERVER-70083 Fix basic package testsRyan Egesdahl
2022-10-05SERVER-70181 Fix Debian default mongod.confRyan Egesdahl
2022-09-23SERVER-67793 Change log_progress_msg to show output in Ubuntuxudyang1
`log_progress_msg` does not print any message in Ubuntu-20.04.4 LTS in WSL. In file `/lib/lsb/init-functions.d/50-ubuntu-logging`, the function `log_progress_msg () { : }` does nothing. To show the output, `log_success_msg` and `log_failure_msg` could be good alternatives. Closes https://github.com/mongodb/mongo/pull/1474 Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
2022-09-12SERVER-64834 Updating man pages for 6.0Aaron Morand
2022-07-29SERVER-68322 Remove SNMP from Debian and RHEL package filesAdam Rayner
2022-06-30SERVER-67680 Removed references to snmp docsAlexander Neben
2022-05-13SERVER-64352 mongo shell no longer built by defaultAlexander Neben
2022-02-07SERVER-63108 Rename Versioned API to Stable APIA. Jesse Jiryu Davis
2021-10-20SERVER-51253 implement mongodb-parameters man 5 pageJon Streets
2021-08-10SERVER-59217 convert tab to spaces inside debian rules file.Daniel Moody
2021-06-25SERVER-57939 Include mongosh in server metapackageAndrew Morrow
2021-06-22SERVER-57900 Repair dependency edges for the tools packageAndrew Morrow
2021-06-03SERVER-54729 Add explicit dependencies to Debian packagesRyan Egesdahl
Some dependencies were not being captured automatically by the Debian package build system (namely, the Cyrus SASL modules required for Enterprise), which was causing failures for some users. The explicit dependencies declared in the RPM packages are mirrored in the Debian packaging now.
2021-05-27SERVER-55724 Support external metapackage repositoryRyan Egesdahl
Add some changes to packaging to support dependency names used by an external metapackage repository.
2021-04-28SERVER-55827: Rename security.clusterIpSourceWhitelist to ↵Varun Ravichandran
security.clusterIpSourceAllowlist
2021-02-18SERVER-54386 Prevent install errors when systemd is not runningRyan Egesdahl
2020-11-24SERVER-52806 Don't assume systemd on all Debian systemsRyan Egesdahl
2020-10-15SERVER-46321 update man pages for 4.4Zakhar Kleyman
2020-09-29SERVER-50866 SystemD unit should wait for network-online.targetRyan Egesdahl
We were previously waiting for network.target, which does not actually mean the network interface will be up and have an IP address assigned. During some reboots, it's possible that mongod would start up before the network interface was fully online, and this caused startup failures if mongod was configured to listen on a specific IP address. Now we wait for network-online.target instead to ensure the IP address is available when mongod starts.
2020-09-11SERVER-43385 remove MMAPv1 referencesVishnu Kaushik
2020-09-01SERVER-50249 Update package control files for v4.4 tools moveRyan Egesdahl
The mongodb-*-tools packages were split into mongodb-database-tools and mongodb-*-tools-extra, which causes some package management headaches during upgrades to v4.4. This change updates the package control files to account for the package splits so upgrades go more smoothly.
2020-06-23SERVER-48973 Remove ServiceExecutorAdaptiveAmirsaman Memaripour
2020-05-14SERVER-47256 Update the debian package maintainer emailRyan Egesdahl
The previous debian package maintainer was set to a single person, and any maintainer requests would be directed at this person. Instead, we use an email list that is dedicated for the purpose.
2020-04-02SERVER-45911 SERVER-45561 New tools metapackage depends on other tools packagesAndrew Morrow
2020-02-28SERVER-46342 Reload systemd service file on install for deb platformsMathew Robinson
2020-01-15SERVER-44763 Remove gotools from build and packagingAndrew Morrow
2019-12-05SERVER-44974 Remove extra 'for' in debian/mongod.serviceandf-mongodb
Closes #1339 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
2019-10-29SERVER-42846 Update manpagesKelsey T Schubert
2019-10-15SERVER-44006 Change packaging license: AGPL -> SSPL Closes #1327Mathew Robinson
2019-09-25SERVER-43407 Move mongocryptd to separate deb/rpmsMark Benvenuto
2019-09-24SERVER-43160 Updating rpm, deb, signing, and MSI packaging for mongokerberosAdam Cooper
2019-08-26SERVER-42964 Fix wrong ulimit recommended settings docs link in init and ↵Daniel Hatcher
service files Closes #1320 Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
2019-08-06SERVER-42603 Add After=network.target to service filesMathew Robinson
2019-08-05SERVER-42603 Remove cyclic dependency in SystemD service filesMathew Robinson
2019-07-29SERVER-41232 Update man pagesZakhar Kleyman
2019-03-29SERVER-40242 Update banner inclusions for vendored toolsSpencer Jackson
2019-03-08SERVER-39134 Mongocryptd packagingMark Benvenuto
2019-01-25SERVER-39133 Make mongocryptd hostJames Wahlin
2018-10-16SERVER-37651 Update license informationRamon Fernandez
2018-08-08SERVER-36043 Start mongod after multi-user.targetMathew Robinson