Zack Winter
b943a40130
SERVER-87451 Upgrade rhel8.0 variants to rhel8.8 (#24255)
...
GitOrigin-RevId: 207f40cabcfc5ca67232a3b1c22eea7c4a6ea022
2024-07-05 21:35:08 +00:00
auto-revert-app[bot]
ab87e1631a
Revert " SERVER-87451 Upgrade rhel8.0 variants to rhel8.8 (#23615)" (#23846)
...
GitOrigin-RevId: ff2497a3e6b38343bba9613c308e0a22090a5a3b
2024-06-24 17:25:47 +00:00
Zack Winter
caa0a48c0c
SERVER-87451 Upgrade rhel8.0 variants to rhel8.8 (#23615)
...
GitOrigin-RevId: 0916714bf86b8207b24fec1aa8139e6f9e593f43
2024-06-22 18:19:47 +00:00
Mark Benvenuto
62c74f042a
SERVER-88229 Configure glibc tunables in mongod.service for new tcmalloc (#20977)
...
GitOrigin-RevId: f754ec3179f17ed2848b2e004420dc406ac622ea
2024-04-16 19:50:07 +00:00
Thomas Langston
8da2dc984c
SERVER-86106 : Fix shadow-utils package on suse (#18641)
...
GitOrigin-RevId: 3a84a8d27208c191d35780cca4661874d32c83c7
2024-02-02 17:56:17 +00:00
Zack Winter
1de01927cf
SERVER-80645 Amend test logic to properly understand Amazon 2023 (#18127)
...
GitOrigin-RevId: 291d68e86b37ae42d5b5ff1d78a6e0da7e7f0f55
2024-01-18 20:56:59 +00:00
Zituo Jin
9a0224a9d8
Revert " SERVER-80645 Amend test logic to properly understand Amazon 2023"
...
This reverts commit b49f0e36f0
.
2023-10-14 15:52:07 +00:00
Steve Gross
b49f0e36f0
SERVER-80645 Amend test logic to properly understand Amazon 2023
2023-10-12 17:38:30 +00:00
Alexander Neben
e968d9507a
SERVER-76179 Add RuntimeDirectory to mongod.service for RPM
2023-05-04 01:16:03 +00:00
Ryan Egesdahl
26b4106dda
SERVER-74845 Override processManagement.fork in mongod.service
2023-03-23 21:26:13 +00:00
Ryan Egesdahl
6a8d2a5eb4
SERVER-71380 Use systemctl try-restart
during postun
2022-12-06 20:13:38 +00:00
Ryan Egesdahl
8d463a6789
SERVER-70121 SERVER-70083 Fix basic package tests
2022-10-15 00:07:30 +00:00
Adam Rayner
1d44e884c1
SERVER-68322 Remove SNMP from Debian and RHEL package files
2022-07-29 20:10:37 +00:00
Adam Rayner
60e0fe845e
SERVER-65175 Remove storage.journal.enabled from RPM's mongod.conf
2022-07-14 16:54:45 +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
Jon Streets
74396d963c
SERVER-51253 implement mongodb-parameters man 5 page
2021-10-20 20:22:31 +00:00
Ryan Egesdahl
71ee397594
SERVER-59141 Revert RPM spec file Provides/Obsoletes tag changes
2021-08-24 20:42:10 +00:00
Ryan Egesdahl
44cf55a857
SERVER-58930 Correct Provides: tags in RPM spec files
2021-08-05 17:38:51 +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
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
Ryan Egesdahl
649dc04027
SERVER-55460 Fix RPM packaging and package testing for SLES 12
...
Some versions of SLES apparently don't define the _sharedstatedir RPM
macro properly, leaving it at the old-time UNIX /usr/com default. This
was causing the server to fail to start on such platforms because the
expected data directory at /var/lib/mongodb was missing. The macro is
now statically defined on SLES to /var like it should be on any modern
Linux distribution.
Also fixed were paths to systemd unit files in package testing and the
fact that we weren't installing the tools-extra package, which we should
be doing if only to verify that the script indeed continues to fail
expectedly on the platform.
2021-04-05 17:31:12 +00:00
Ryan Egesdahl
364c92daaa
SERVER-54057 Move RPM python dependency to tools-extra package
...
This requirement should never have been on the server package once the
tools were moved to their own package. This change just moves the
requirement where it should be.
2021-02-25 02:24:18 +00:00
Ryan Egesdahl
2772369947
SERVER-54057 Don't depend on python2 on RHEL 8 or Fedora >= 30
2021-02-16 20:02:27 +00:00
Ryan Egesdahl
9aba0cac77
SERVER-52610 Ensure RPM install roots can be relocated
...
We were not using directory macros in the RPMs, which meant that the
installation root could not be changed. When we tried, we got an
incomplete install, with some of it going to the new prefix and some
going to the host system. Here, we follow RPM packaging guidelines a bit
better and use named directory macros instead of explicit paths.
2020-12-19 01:21:19 +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
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
Andrew Morrow
f0077c3601
SERVER-48547 Don't glob mongoldap man page in to community builds
2020-06-04 19:34:41 +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
8f19042a58
SERVER-47756 Remove mongoldap man page from community RPMs
2020-04-27 16:16:36 +00:00
Andrew Morrow
078b76671b
SERVER-47673 Ensure that database-tools metapackage is created on RPM platforms
2020-04-21 12:57:43 +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
Andrew Morrow
3c0c136ecf
SERVER-44763 Remove gotools from build and packaging
2020-01-15 19:51:39 +00:00
andf-mongodb
bd7863be22
SERVER-44974 Remove extra 'for' in rpm/mongod.service
...
Closes #1338
Signed-off-by: dhatcher42 <daniel.hatcher@mongodb.com>
2019-12-05 17:53:28 -05:00
Zakhar Kleyman
1c4b963563
SERVER-42846 add mongoldap and mongoreplay man pages to rpm specs
2019-10-30 00:58:16 +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
John Chen
284630e370
SERVER-37772 adding RHEL80 distro
2019-07-25 17:58:58 -04:00
Mathew Robinson
8b2879c30b
SERVER-41546 mongo_killproc should not call exit
2019-06-07 11:13:42 -04:00
Mathew Robinson
65daaae2ff
SERVER-41546 SysV init scripts should verify PIDfile exists instead of failing
2019-06-06 11:53:25 -04:00
Mathew Robinson
443e8974d6
SERVER-40563 validate that (${procname})
is the process' command name.
2019-05-31 13:46:18 -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