0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-22 13:07:39 +01:00
Commit Graph

221 Commits

Author SHA1 Message Date
AbdulrahmanKanaan
852d4db7d0 SERVER-71449 log_successs_msg: not found
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-11-29 18:06:40 +00:00
Ryan Egesdahl
8d463a6789 SERVER-70121 SERVER-70083 Fix basic package tests 2022-10-15 00:07:30 +00:00
Ryan Egesdahl
56441edbc2 SERVER-70181 Fix Debian default mongod.conf 2022-10-05 19:57:10 +00:00
xudyang1
cad54eb5eb SERVER-67793 Change log_progress_msg to show output in Ubuntu
`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-23 07:07:39 +00:00
Aaron Morand
835f3e043c SERVER-64834 Updating man pages for 6.0 2022-09-12 20:47:51 +00:00
Adam Rayner
1d44e884c1 SERVER-68322 Remove SNMP from Debian and RHEL package files 2022-07-29 20:10:37 +00:00
Alexander Neben
3851a4a152 SERVER-67680 Removed references to snmp docs 2022-06-30 04:53:48 +00:00
Alexander Neben
90a033ffa1 SERVER-64352 mongo shell no longer built by default 2022-05-13 01:38:01 +00:00
A. Jesse Jiryu Davis
1b130329e1 SERVER-63108 Rename Versioned API to Stable API 2022-02-07 19:37:24 +00:00
Jon Streets
74396d963c SERVER-51253 implement mongodb-parameters man 5 page 2021-10-20 20:22:31 +00:00
Daniel Moody
cdf28d60e2 SERVER-59217 convert tab to spaces inside debian rules file. 2021-08-10 19:43:18 +00:00
Andrew Morrow
08ecd18997 SERVER-57939 Include mongosh in server metapackage 2021-06-25 19:56:02 +00:00
Andrew Morrow
08fb6c3d11 SERVER-57900 Repair dependency edges for the tools package 2021-06-22 17:19:29 +00:00
Ryan Egesdahl
829e4a097b SERVER-54729 Add explicit dependencies to Debian packages
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-06-03 19:46:18 +00:00
Ryan Egesdahl
ccae51b66b SERVER-55724 Support external metapackage repository
Add some changes to packaging to support dependency names used by an
external metapackage repository.
2021-05-27 17:33:06 +00:00
Varun Ravichandran
193e8838d9 SERVER-55827: Rename security.clusterIpSourceWhitelist to security.clusterIpSourceAllowlist 2021-04-28 19:49:29 +00:00
Ryan Egesdahl
8cf3de4ca7 SERVER-54386 Prevent install errors when systemd is not running 2021-02-18 17:25:32 +00:00
Ryan Egesdahl
0e69ddaa39 SERVER-52806 Don't assume systemd on all Debian systems 2020-11-24 20:27:43 +00:00
Zakhar Kleyman
122e9e8fe5 SERVER-46321 update man pages for 4.4 2020-10-15 13:55:19 +00:00
Ryan Egesdahl
3dc3db0d78 SERVER-50866 SystemD unit should wait for network-online.target
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-29 03:43:51 +00:00
Vishnu Kaushik
8911b6cdda SERVER-43385 remove MMAPv1 references 2020-09-11 20:28:52 +00:00
Ryan Egesdahl
0d45dd9d7b SERVER-50249 Update package control files for v4.4 tools move
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-09-01 16:43:00 +00:00
Amirsaman Memaripour
311d7ccd0b SERVER-48973 Remove ServiceExecutorAdaptive 2020-06-23 22:36:50 +00:00
Ryan Egesdahl
f1d3b5fe65 SERVER-47256 Update the debian package maintainer email
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-05-14 19:10:44 +00:00
Andrew Morrow
778fc87489 SERVER-45911 SERVER-45561 New tools metapackage depends on other tools packages 2020-04-02 13:38:46 +00:00
Mathew Robinson
0690089e24 SERVER-46342 Reload systemd service file on install for deb platforms 2020-02-28 19:29:33 +00:00
Andrew Morrow
3c0c136ecf SERVER-44763 Remove gotools from build and packaging 2020-01-15 19:51:39 +00:00
andf-mongodb
1349f8ea97 SERVER-44974 Remove extra 'for' in debian/mongod.service
Closes #1339

Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
2019-12-05 18:05:28 -05:00
Kelsey T Schubert
46d533cb48 SERVER-42846 Update manpages 2019-10-29 19:45:47 +00:00
Mathew Robinson
47ab84c89f SERVER-44006 Change packaging license: AGPL -> SSPL Closes #1327 2019-10-15 15:08:47 +00:00
Mark Benvenuto
e02afdb9de SERVER-43407 Move mongocryptd to separate deb/rpms 2019-09-25 23:02:37 +00:00
Adam Cooper
65a0a95cdb SERVER-43160 Updating rpm, deb, signing, and MSI packaging for mongokerberos 2019-09-24 21:17:49 +00:00
Daniel Hatcher
fdc2af124b SERVER-42964 Fix wrong ulimit recommended settings docs link in init and service files
Closes #1320

Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
2019-08-26 18:44:08 +00:00
Mathew Robinson
edd215fd79
SERVER-42603 Add After=network.target to service files 2019-08-06 16:38:00 -04:00
Mathew Robinson
18bff834e3
SERVER-42603 Remove cyclic dependency in SystemD service files 2019-08-05 15:36:46 -04:00
Zakhar Kleyman
3820d3b1d6
SERVER-41232 Update man pages 2019-07-29 15:58:08 -04:00
Spencer Jackson
e5d7bb7eaf
SERVER-40242 Update banner inclusions for vendored tools 2019-03-29 11:42:39 -04:00
Mark Benvenuto
527404878f SERVER-39134 Mongocryptd packaging 2019-03-08 15:55:55 -05:00
James Wahlin
f5e5751013 SERVER-39133 Make mongocryptd host 2019-01-25 15:17:45 -05:00
Ramon Fernandez
5851c89496 SERVER-37651 Update license information 2018-10-16 09:06:34 -04:00
Mathew Robinson
a014dce43e SERVER-36043 Start mongod after multi-user.target 2018-08-08 15:28:36 -04:00
Mathew Robinson
9efd0191bb SERVER-34750 Update man pages 2018-07-26 14:36:59 -04:00
Ramon Fernandez
c6b10c46cc SERVER-35665 Update license on all artifacts
License for Community artifacts is in the LICENSE-Community.txt file.
License for Enterprise artifacts is in the LICENSE-Enterprise.txt file.
This change also updates deb/rpm/msi packages.
2018-06-20 12:33:04 -04:00
Ramon Fernandez
33da2a4c54 SERVER-35665 Update license file name for Debian packages 2018-06-19 20:45:53 -04:00
Mathew Robinson
91db8033a2 SERVER-33146 Source /etc/sysconfig/mongod in service file 2018-05-03 15:52:14 -04:00
Andrew Morrow
51f7e327ac SERVER-34419 Remove mongoperf 2018-04-13 11:20:42 -04:00
Ramon Fernandez
2d435a4c60 SERVER-33731 Improve server's systemd description 2018-03-09 14:36:01 -05:00
Mathew Robinson
e6f46b03ce SERVER-32286 Remove Type=forking from Debian SystemD service files 2017-12-12 17:56:53 -05:00
Emmanuel Cagadas
87e7ac83d3 SERVER-32234 Fix typo in example output on mongotop man page
Closes #1189

Signed-off-by: Kelsey Schubert <kelsey@mongodb.com>
2017-12-08 15:26:50 -05:00
Mathew Robinson
3607059cd7 SERVER-31225 Add Type=forking to systemd service files 2017-11-30 14:15:16 -05:00