Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

25,677

Downloads of v 3.6.3:

1,265

Last Update:

08 Mar 2018

Package Maintainer(s):

Software Author(s):

  • MongoDB Inc

Tags:

cli database nosql admin

MongoDB (Portable)

This is not the latest version of MongoDB (Portable) available.

  • 1
  • 2
  • 3

3.6.3 | Updated: 08 Mar 2018

Downloads:

25,677

Downloads of v 3.6.3:

1,265

Maintainer(s):

Software Author(s):

  • MongoDB Inc

MongoDB (Portable) 3.6.3

This is not the latest version of MongoDB (Portable) available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install MongoDB (Portable), run the following command from the command line or from PowerShell:

>

To upgrade MongoDB (Portable), run the following command from the command line or from PowerShell:

>

To uninstall MongoDB (Portable), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade mongodb.portable -y --source="'INTERNAL REPO URL'" --version="'3.6.3'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade mongodb.portable -y --source="'INTERNAL REPO URL'" --version="'3.6.3'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install mongodb.portable
  win_chocolatey:
    name: mongodb.portable
    version: '3.6.3'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'mongodb.portable' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.6.3'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller mongodb.portable
{
    Name     = "mongodb.portable"
    Version  = "3.6.3"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'mongodb.portable':
  ensure   => '3.6.3',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

NOTE

This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.

  • Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
  • Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
  • Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.

Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.

WARNING

There are versions of this package awaiting moderation . See the Version History section below.

Package Approved

This package was approved as a trusted package on 03 Jul 2018.

Description

MongoDB (from "humongous") is a scalable, high-performance, open source NoSQL database written in C++.

MongoDB stores data using a flexible document data model that is similar to JSON. Documents contain one or more fields, including arrays, binary data and sub-documents. Fields can vary from document to document. This flexibility allows development teams to evolve the data model rapidly as their application requirements change.

Developers access documents through rich, idiomatic drivers available in all popular programming languages. Documents map naturally to the objects in modern languages, which allows developers to be extremely productive. Typically, there’s no need for an ORM layer.

Usage

This package installs MongoDB as a Windows service and binds to localhost. Type mongo at a command prompt to use the interactive, administrative shell. A batch script, MongoRotateLogs.bat, is included for convenient log rotation.

Package parameters

choco install mongodb --package-parameters "/installDir:'D:\MongoDB'"


tools\chocolateyInstall.ps1
# powershell v2 compatibility
$psVer = $PSVersionTable.PSVersion.Major
if ($psver -ge 3) {
  function Get-ChildItemDir {Get-ChildItem -Directory $args}
} else {
  function Get-ChildItemDir {Get-ChildItem $args}
}

$packageName = 'mongodb.portable'
$version = '3.6.3'
$url = 'https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.3.zip'
$checksum = '285583be7672d931610aed38b42dd37b19f332b8ff4a826294f8e42a351e4e8c'
$checksumType = 'sha256'
$fileName = "mongodb-win32-x86_64-2008plus-ssl-$version"

Write-Verbose "Default install location is `'$env:ChocolateyToolsLocation`'"
$binRoot = Get-ToolsLocation

Write-Verbose "Allow overriding install location with package parameters."
function Parse-Parameters($arguments) {
  $packageParameters = $env:chocolateyPackageParameters
  Write-Host "Package parameters: $packageParameters"

  if ($packageParameters) {
    $match_pattern = "(?:\s*)(?<=[-|/])(?<name>\w*)[:|=]('((?<value>.*?)(?<!\\)')|(?<value>[\w]*))"

    if ($packageParameters -match $match_pattern ) {
      $results = $packageParameters | Select-String $match_pattern -AllMatches
      $results.matches | % {
        $key = $_.Groups["name"].Value.Trim();
        $value = $_.Groups["value"].Value.Trim();

        Write-Host "$key : $value";

        if ($arguments.ContainsKey($key)) {
            $arguments[$key] = $value;
        }
      }
    }
  }
}

Write-Debug "Process package parameters."
$arguments = @{}
$arguments["installDir"] = ""
Parse-Parameters $arguments
if ($arguments["installDir"]) {
  $binRoot = $arguments["installDir"]
}

Write-Debug "Installing to `'$binRoot`'"
$mongoPath = Join-Path $binRoot $packageName
$mongoBin = Join-Path $mongoPath 'bin'

$mongoDaemon = Join-Path $mongoBin 'mongod.exe'
if (Test-Path $mongoDaemon){
  Start-ChocolateyProcessAsAdmin "& $mongoDaemon --remove"
  if (Test-Path $mongoPath) {Remove-Item $mongoPath -Recurse -Force}
}

Install-ChocolateyZipPackage -PackageName "$packageName" `
                             -Url "$url" `
                             -UnzipLocation "$binRoot" `
                             -Checksum "$checksum" `
                             -ChecksumType "$checksumType"

$extractPath = Join-Path $binRoot $fileName                             
Rename-Item -Path $extractPath `
            -NewName $packageName `
            -Force

Install-ChocolateyPath $mongoBin 'Machine'

# setup mongo working dirs
$dataDir = Join-Path $mongoPath 'data'
if (!$(Test-Path $dataDir)) {mkdir $dataDir}
$logDir = Join-Path $mongoPath 'log'
if (!$(Test-Path $logDir)){mkdir $logDir}

# create batch files
$exeFile = Join-Path $mongoBin 'mongo.exe'
$batchFile = Join-Path $mongoBin 'mongo.bat'
"@echo off
$exeFile %*" | Out-File $batchFile -encoding ASCII
$batchFile = Join-Path $mongoBin 'mongorotatelogs.bat'
"@echo off
$exeFile --eval `'db.runCommand(`"logRotate`")`' mongohost:27017/admin" | Out-File $batchFile -encoding ASCII

# start mongodb as a Windows service
$logFile = Join-Path $logDir "MongoDB.log"
$installArgs = "$mongoDaemon --quiet --bind_ip 127.0.0.1 --logpath $logFile --logappend --dbpath $dataDir --directoryperdb --install; net start `"MongoDB`""
Start-ChocolateyProcessAsAdmin -Statements "$installArgs"
tools\chocolateyUninstall.ps1
$packageName = 'mongodb.portable'
$version = '3.6.3'
$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$unPath = Join-Path $toolsPath 'Uninstall-ChocolateyPath.psm1'

Write-Verbose "Default install location is `'$env:ChocolateyToolsLocation`'"
$binRoot = Get-ToolsLocation
$mongoPath = Join-Path $binRoot $packageName
$mongoBin = Join-Path $mongoPath 'bin'
$mongoDaemon = Join-Path $mongoBin 'mongod.exe'
if (Test-Path $mongoDaemon){
  Start-ChocolateyProcessAsAdmin "net stop `"MongoDB`"; $mongoDaemon --remove"
  if (Test-Path $mongoPath) {Remove-Item $mongoPath -Recurse -Force}
}

Write-Verbose "Removing from path..."
Import-Module $unPath
Uninstall-ChocolateyPath $mongoBin 'Machine'
tools\Uninstall-ChocolateyPath.psm1
function Uninstall-ChocolateyPath {
param(
  [string] $pathToUninstall,
  [System.EnvironmentVariableTarget] $pathType = [System.EnvironmentVariableTarget]::User
)
  Write-Debug "Running 'Uninstall-ChocolateyPath' with pathToUninstall:`'$pathToUninstall`'";

  #get the PATH variable
  $envPath = $env:PATH
  #$envPath = [Environment]::GetEnvironmentVariable('Path', $pathType)
  if (!$envPath.ToLower().Contains($pathToUninstall.ToLower())) {
    Write-Host "PATH environment variable does not have $pathToUninstall in it."
    return
  }

  Write-Host "PATH environment variable has $pathToUninstall in it. Removing..."
  $actualPath = [Environment]::GetEnvironmentVariable('Path', $pathType)

  # escape regex metachars, match possible backslash and item separator at eol
  $pathToUninstallRegex = ($pathToUninstall -replace '([\\().])', '\$1') + '\\?(;|$)'

  # remove pathToUninstall from actualPath
  $actualPath = $actualPath -replace "$pathToUninstallRegex", ''

  if ($pathType -eq [System.EnvironmentVariableTarget]::Machine) {
    $psArgs = "[Environment]::SetEnvironmentVariable('Path',`'$actualPath`', `'$pathType`')"
    Start-ChocolateyProcessAsAdmin "$psArgs"
  } else {
    [Environment]::SetEnvironmentVariable('Path', $actualPath, $pathType)
  }

  # remove from path of current powershell session
  $envPSPath = $env:PATH
  $env:Path = $envPSPath -replace "$pathToUninstallRegex", ''
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
MongoDB (Portable) 7.3.0-rc7 10 Saturday, March 16, 2024 Approved
MongoDB (Portable) 7.3.0-rc6 10 Wednesday, March 13, 2024 Approved
MongoDB (Portable) 7.3.0-rc5 13 Saturday, March 9, 2024 Approved
MongoDB (Portable) 7.3.0-rc4 17 Friday, March 1, 2024 Approved
MongoDB (Portable) 7.3.0-rc3 11 Thursday, February 29, 2024 Approved
MongoDB (Portable) 7.3.0-rc2 48 Thursday, February 8, 2024 Approved
MongoDB (Portable) 7.3.0-rc1 23 Saturday, January 27, 2024 Approved
MongoDB (Portable) 7.2.2-rc0 7 Thursday, February 29, 2024 Approved
MongoDB (Portable) 7.2.1 13 Thursday, February 29, 2024 Approved
MongoDB (Portable) 7.2.1-rc2 11 Thursday, February 15, 2024 Approved
MongoDB (Portable) 7.2.1-rc0 25 Saturday, January 20, 2024 Approved
MongoDB (Portable) 7.2.0 41 Tuesday, January 9, 2024 Approved
MongoDB (Portable) 7.2.0-rc3 28 Saturday, December 2, 2023 Exempted
MongoDB (Portable) 7.2.0-rc1 27 Wednesday, November 8, 2023 Exempted
MongoDB (Portable) 7.1.1 36 Wednesday, December 27, 2023 Approved
MongoDB (Portable) 7.1.1-rc0 21 Thursday, November 9, 2023 Exempted
MongoDB (Portable) 7.1.0-rc4 40 Thursday, September 28, 2023 Exempted
MongoDB (Portable) 7.1.0-rc3 21 Wednesday, September 20, 2023 Exempted
MongoDB (Portable) 7.1.0-rc2 28 Wednesday, September 13, 2023 Exempted
MongoDB (Portable) 7.1.0-rc1 19 Wednesday, September 6, 2023 Approved
MongoDB (Portable) 7.1.0-rc0 37 Wednesday, August 30, 2023 Approved
MongoDB (Portable) 7.0.7 4 Monday, March 18, 2024 Approved
MongoDB (Portable) 7.0.7-rc2 10 Saturday, March 9, 2024 Approved
MongoDB (Portable) 7.0.7-rc0 7 Thursday, February 29, 2024 Approved
MongoDB (Portable) 7.0.6 6 Thursday, February 29, 2024
Waiting for Maintainer
MongoDB (Portable) 7.0.6-rc0 12 Sunday, February 11, 2024 Approved
MongoDB (Portable) 7.0.5 18 Saturday, January 6, 2024 Approved
MongoDB (Portable) 7.0.5-rc0 18 Wednesday, December 20, 2023 Exempted
MongoDB (Portable) 7.0.4 19 Wednesday, December 27, 2023 Approved
MongoDB (Portable) 7.0.4-rc0 17 Friday, November 10, 2023 Exempted
MongoDB (Portable) 7.0.3-rc1 18 Friday, October 20, 2023 Exempted
MongoDB (Portable) 7.0.2-rc2 17 Wednesday, September 20, 2023 Exempted
MongoDB (Portable) 7.0.2-rc1 20 Saturday, September 9, 2023 Exempted
MongoDB (Portable) 7.0.1 63 Tuesday, September 5, 2023 Approved
MongoDB (Portable) 7.0.1-rc0 26 Wednesday, August 23, 2023 Approved
MongoDB (Portable) 7.0.0 60 Monday, August 14, 2023 Approved
MongoDB (Portable) 7.0.0-rc8 37 Thursday, July 20, 2023 Approved
MongoDB (Portable) 7.0.0-rc7 31 Thursday, July 13, 2023 Approved
MongoDB (Portable) 7.0.0-rc6 34 Thursday, June 29, 2023 Approved
MongoDB (Portable) 7.0.0-rc5 27 Thursday, June 22, 2023 Approved
MongoDB (Portable) 7.0.0-rc4 33 Friday, June 16, 2023 Approved
MongoDB (Portable) 7.0.0-rc3 23 Thursday, June 8, 2023 Approved
MongoDB (Portable) 7.0.0-rc2 29 Wednesday, May 24, 2023 Approved
MongoDB (Portable) 7.0.0-rc1 27 Thursday, May 18, 2023 Approved
MongoDB (Portable) 7.0.0-rc0 39 Tuesday, April 25, 2023 Approved
MongoDB (Portable) 6.3.2 65 Thursday, June 29, 2023 Approved
MongoDB (Portable) 6.3.2-rc1 25 Wednesday, June 28, 2023 Approved
MongoDB (Portable) 6.3.2-rc0 33 Friday, June 2, 2023 Approved
MongoDB (Portable) 6.3.1 63 Wednesday, May 3, 2023 Approved
MongoDB (Portable) 6.3.1-rc1 24 Tuesday, April 25, 2023 Approved
MongoDB (Portable) 6.3.0 57 Monday, April 17, 2023 Approved
MongoDB (Portable) 6.3.0-rc3 47 Friday, March 31, 2023 Approved
MongoDB (Portable) 6.3.0-rc2 28 Thursday, March 23, 2023 Approved
MongoDB (Portable) 6.3.0-rc1 39 Wednesday, March 15, 2023 Approved
MongoDB (Portable) 6.3.0-rc0 53 Wednesday, February 8, 2023 Approved
MongoDB (Portable) 6.2.1 92 Friday, March 3, 2023 Approved
MongoDB (Portable) 6.2.1-rc1 31 Saturday, February 18, 2023 Approved
MongoDB (Portable) 6.2.1-rc0 34 Tuesday, February 14, 2023 Approved
MongoDB (Portable) 6.2.0 62 Friday, January 27, 2023 Approved
MongoDB (Portable) 6.2.0-rc6 40 Friday, January 13, 2023 Approved
MongoDB (Portable) 6.2.0-rc4 46 Thursday, December 15, 2022 Approved
MongoDB (Portable) 6.2.0-rc3 26 Friday, December 9, 2022 Approved
MongoDB (Portable) 6.2.0-rc2 31 Thursday, December 1, 2022 Approved
MongoDB (Portable) 6.2.0-rc1 41 Thursday, November 17, 2022 Exempted
MongoDB (Portable) 6.1.1 49 Tuesday, January 3, 2023 Approved
MongoDB (Portable) 6.1.1-rc1 29 Monday, December 19, 2022 Approved
MongoDB (Portable) 6.1.1-rc0 33 Wednesday, November 23, 2022 Approved
MongoDB (Portable) 6.1.0 105 Tuesday, October 11, 2022 Approved
MongoDB (Portable) 6.1.0-rc4 49 Tuesday, October 4, 2022 Approved
MongoDB (Portable) 6.1.0-rc3 42 Wednesday, September 28, 2022 Approved
MongoDB (Portable) 6.1.0-rc2 50 Thursday, September 15, 2022 Approved
MongoDB (Portable) 6.1.0-rc1 39 Friday, September 9, 2022 Approved
MongoDB (Portable) 6.1.0-rc0 52 Tuesday, August 30, 2022 Exempted
MongoDB (Portable) 6.0.14 7 Thursday, February 29, 2024 Approved
MongoDB (Portable) 6.0.14-rc1 15 Sunday, February 11, 2024 Approved
MongoDB (Portable) 6.0.14-rc0 15 Friday, February 9, 2024 Approved
MongoDB (Portable) 6.0.13 14 Thursday, January 18, 2024 Approved
MongoDB (Portable) 6.0.13-rc0 11 Tuesday, January 9, 2024 Approved
MongoDB (Portable) 6.0.12 22 Wednesday, December 27, 2023 Approved
MongoDB (Portable) 6.0.12-rc0 20 Friday, November 10, 2023 Exempted
MongoDB (Portable) 6.0.11-rc0 17 Friday, September 29, 2023 Exempted
MongoDB (Portable) 6.0.10-rc0 18 Saturday, September 2, 2023 Approved
MongoDB (Portable) 6.0.9 38 Monday, August 14, 2023 Approved
MongoDB (Portable) 6.0.9-rc1 24 Saturday, August 5, 2023 Approved
MongoDB (Portable) 6.0.9-rc0 19 Friday, July 28, 2023 Approved
MongoDB (Portable) 6.0.8 54 Thursday, July 13, 2023 Approved
MongoDB (Portable) 6.0.8-rc0 21 Friday, June 30, 2023 Approved
MongoDB (Portable) 6.0.7 42 Wednesday, June 28, 2023 Approved
MongoDB (Portable) 6.0.7-rc0 22 Tuesday, June 20, 2023 Approved
MongoDB (Portable) 6.0.6 55 Friday, May 12, 2023 Approved
MongoDB (Portable) 6.0.6-rc1 26 Friday, April 28, 2023 Approved
MongoDB (Portable) 6.0.6-rc0 23 Tuesday, April 25, 2023 Approved
MongoDB (Portable) 6.0.5 144 Monday, March 13, 2023 Approved
MongoDB (Portable) 6.0.5-rc1 27 Friday, March 3, 2023 Approved
MongoDB (Portable) 6.0.5-rc0 38 Monday, February 20, 2023 Approved
MongoDB (Portable) 6.0.4 43 Wednesday, January 18, 2023 Approved
MongoDB (Portable) 6.0.4-rc0 28 Thursday, January 12, 2023 Approved
MongoDB (Portable) 6.0.3 117 Tuesday, November 15, 2022 Approved
MongoDB (Portable) 6.0.3-rc2 43 Thursday, November 10, 2022 Approved
MongoDB (Portable) 6.0.2 64 Thursday, September 29, 2022 Approved
MongoDB (Portable) 6.0.2-rc1 46 Thursday, September 22, 2022 Approved
MongoDB (Portable) 6.0.2-rc0 41 Tuesday, August 30, 2022 Exempted
MongoDB (Portable) 6.0.1 76 Friday, August 19, 2022 Exempted
MongoDB (Portable) 6.0.0 78 Tuesday, July 19, 2022 Exempted
MongoDB (Portable) 6.0.0-rc9 71 Thursday, June 9, 2022 Exempted
MongoDB (Portable) 6.0.0-rc8 50 Wednesday, June 1, 2022 Exempted
MongoDB (Portable) 6.0.0-rc7 57 Wednesday, May 25, 2022 Exempted
MongoDB (Portable) 6.0.0-rc6 56 Wednesday, May 18, 2022 Exempted
MongoDB (Portable) 6.0.0-rc5 59 Wednesday, May 11, 2022 Exempted
MongoDB (Portable) 6.0.0-rc4 57 Wednesday, May 4, 2022 Exempted
MongoDB (Portable) 6.0.0-rc3 50 Thursday, April 28, 2022 Exempted
MongoDB (Portable) 6.0.0-rc1 56 Thursday, April 21, 2022 Exempted
MongoDB (Portable) 6.0.0-rc0 60 Thursday, April 14, 2022 Exempted
MongoDB (Portable) 5.3.2 73 Thursday, June 23, 2022 Exempted
MongoDB (Portable) 5.3.2-rc2 47 Wednesday, June 1, 2022 Exempted
MongoDB (Portable) 5.3.2-rc1 53 Monday, May 23, 2022 Exempted
MongoDB (Portable) 5.3.2-rc0 55 Tuesday, May 17, 2022 Exempted
MongoDB (Portable) 5.3.1 84 Friday, April 8, 2022 Exempted
MongoDB (Portable) 5.3.0-rc4 66 Saturday, March 19, 2022 Exempted
MongoDB (Portable) 5.3.0-rc3 55 Wednesday, March 9, 2022 Exempted
MongoDB (Portable) 5.3.0-rc2 65 Wednesday, March 2, 2022 Exempted
MongoDB (Portable) 5.3.0-rc1 65 Thursday, February 24, 2022 Exempted
MongoDB (Portable) 5.3.0-rc0 69 Wednesday, February 16, 2022 Exempted
MongoDB (Portable) 5.2.2-rc0 54 Thursday, March 10, 2022 Exempted
MongoDB (Portable) 5.2.1 83 Thursday, February 24, 2022 Exempted
MongoDB (Portable) 5.2.1-rc0 65 Monday, February 14, 2022 Exempted
MongoDB (Portable) 5.2.0 100 Friday, January 14, 2022 Exempted
MongoDB (Portable) 5.2.0-rc6 74 Wednesday, January 12, 2022 Exempted
MongoDB (Portable) 5.2.0-rc4 64 Thursday, January 6, 2022 Exempted
MongoDB (Portable) 5.2.0-rc3 56 Thursday, December 30, 2021 Exempted
MongoDB (Portable) 5.2.0-rc2 82 Wednesday, December 22, 2021 Exempted
MongoDB (Portable) 5.2.0-rc1 65 Friday, December 17, 2021 Exempted
MongoDB (Portable) 5.2.0-rc0 62 Thursday, December 9, 2021 Exempted
MongoDB (Portable) 5.1.2-rc0 61 Wednesday, December 22, 2021 Exempted
MongoDB (Portable) 5.1.1 53 Monday, December 6, 2021 Exempted
MongoDB (Portable) 5.1.1-rc0 85 Tuesday, November 23, 2021 Exempted
MongoDB (Portable) 5.1.0 75 Tuesday, November 9, 2021 Exempted
MongoDB (Portable) 5.1.0-rc3 80 Wednesday, November 3, 2021 Exempted
MongoDB (Portable) 5.1.0-rc2 87 Wednesday, October 27, 2021 Exempted
MongoDB (Portable) 5.1.0-rc1 83 Wednesday, October 20, 2021 Exempted
MongoDB (Portable) 5.1.0-rc0 67 Wednesday, October 13, 2021 Exempted
MongoDB (Portable) 5.0.26-rc0 8 Wednesday, March 13, 2024 Approved
MongoDB (Portable) 5.0.25 7 Thursday, February 29, 2024 Approved
MongoDB (Portable) 5.0.25-rc0 14 Wednesday, February 14, 2024 Approved
MongoDB (Portable) 5.0.24 13 Thursday, January 18, 2024 Approved
MongoDB (Portable) 5.0.24-rc0 15 Saturday, January 6, 2024 Approved
MongoDB (Portable) 5.0.23 19 Wednesday, December 27, 2023 Approved
MongoDB (Portable) 5.0.23-rc0 22 Tuesday, November 14, 2023 Exempted
MongoDB (Portable) 5.0.22-rc1 21 Friday, October 20, 2023 Exempted
MongoDB (Portable) 5.0.22-rc0 17 Friday, October 13, 2023 Exempted
MongoDB (Portable) 5.0.21-rc0 23 Friday, September 1, 2023 Approved
MongoDB (Portable) 5.0.20 22 Monday, August 14, 2023 Approved
MongoDB (Portable) 5.0.20-rc1 26 Saturday, August 5, 2023 Approved
MongoDB (Portable) 5.0.19 22 Thursday, July 13, 2023 Approved
MongoDB (Portable) 5.0.19-rc0 23 Saturday, July 1, 2023 Approved
MongoDB (Portable) 5.0.18 33 Thursday, May 18, 2023 Approved
MongoDB (Portable) 5.0.18-rc2 25 Friday, May 12, 2023 Approved
MongoDB (Portable) 5.0.18-rc1 25 Monday, May 8, 2023 Approved
MongoDB (Portable) 5.0.17 24 Tuesday, April 25, 2023 Approved
MongoDB (Portable) 5.0.17-rc0 21 Monday, April 17, 2023 Approved
MongoDB (Portable) 5.0.16 25 Monday, April 10, 2023 Approved
MongoDB (Portable) 5.0.16-rc0 33 Thursday, March 30, 2023 Approved
MongoDB (Portable) 5.0.15 55 Friday, February 24, 2023 Approved
MongoDB (Portable) 5.0.15-rc2 28 Friday, February 17, 2023 Approved
MongoDB (Portable) 5.0.15-rc1 29 Saturday, January 28, 2023 Approved
MongoDB (Portable) 5.0.15-rc0 33 Wednesday, January 18, 2023 Approved
MongoDB (Portable) 5.0.14 114 Monday, November 21, 2022 Approved
MongoDB (Portable) 5.0.14-rc0 36 Saturday, November 12, 2022 Approved
MongoDB (Portable) 5.0.13 31 Thursday, September 29, 2022 Approved
MongoDB (Portable) 5.0.13-rc0 36 Thursday, September 22, 2022 Approved
MongoDB (Portable) 5.0.12 55 Thursday, September 8, 2022 Approved
MongoDB (Portable) 5.0.12-rc0 46 Tuesday, August 30, 2022 Exempted
MongoDB (Portable) 5.0.11 35 Friday, August 19, 2022 Exempted
MongoDB (Portable) 5.0.11-rc1 47 Wednesday, August 10, 2022 Exempted
MongoDB (Portable) 5.0.10 50 Friday, July 29, 2022 Exempted
MongoDB (Portable) 5.0.10-rc0 48 Friday, July 15, 2022 Exempted
MongoDB (Portable) 5.0.9 52 Tuesday, May 31, 2022 Exempted
MongoDB (Portable) 5.0.9-rc1 44 Wednesday, May 18, 2022 Exempted
MongoDB (Portable) 5.0.9-rc0 49 Tuesday, May 17, 2022 Exempted
MongoDB (Portable) 5.0.8 46 Tuesday, April 26, 2022 Exempted
MongoDB (Portable) 5.0.8-rc0 46 Thursday, April 21, 2022 Exempted
MongoDB (Portable) 5.0.7 51 Monday, April 11, 2022 Exempted
MongoDB (Portable) 5.0.7-rc1 55 Tuesday, March 29, 2022 Exempted
MongoDB (Portable) 5.0.7-rc0 66 Saturday, March 19, 2022 Exempted
MongoDB (Portable) 5.0.6 69 Monday, January 31, 2022 Exempted
MongoDB (Portable) 5.0.6-rc2 79 Monday, January 24, 2022 Exempted
MongoDB (Portable) 5.0.6-rc1 60 Thursday, January 20, 2022 Exempted
MongoDB (Portable) 5.0.6-rc0 70 Friday, January 7, 2022 Exempted
MongoDB (Portable) 5.0.5-rc0 64 Tuesday, November 23, 2021 Exempted
MongoDB (Portable) 5.0.4 67 Monday, November 15, 2021 Exempted
MongoDB (Portable) 5.0.4-rc0 76 Thursday, November 4, 2021 Exempted
MongoDB (Portable) 5.0.3-rc2 86 Friday, September 17, 2021 Exempted
MongoDB (Portable) 5.0.3-rc1 71 Thursday, September 16, 2021 Exempted
MongoDB (Portable) 5.0.2 121 Wednesday, August 4, 2021 Exempted
MongoDB (Portable) 5.0.2-rc0 84 Thursday, July 29, 2021 Exempted
MongoDB (Portable) 5.0.1-rc0 98 Monday, July 19, 2021 Exempted
MongoDB (Portable) 5.0.0 101 Tuesday, July 13, 2021 Approved
MongoDB (Portable) 5.0.0-rc8 79 Thursday, July 8, 2021 Exempted
MongoDB (Portable) 5.0.0-rc7 87 Friday, July 2, 2021 Exempted
MongoDB (Portable) 5.0.0-rc6 83 Wednesday, June 30, 2021 Exempted
MongoDB (Portable) 5.0.0-rc5 76 Tuesday, June 29, 2021 Exempted
MongoDB (Portable) 5.0.0-rc4 97 Friday, June 25, 2021 Exempted
MongoDB (Portable) 5.0.0-rc3 75 Wednesday, June 23, 2021 Exempted
MongoDB (Portable) 5.0.0-rc2 89 Thursday, June 17, 2021 Exempted
MongoDB (Portable) 5.0.0-rc1 78 Thursday, June 10, 2021 Exempted
MongoDB (Portable) 5.0.0-rc0 91 Thursday, May 27, 2021 Exempted
MongoDB (Portable) 4.9.0-rc1 89 Thursday, May 6, 2021 Exempted
MongoDB (Portable) 4.9.0-rc0 98 Thursday, March 25, 2021 Approved
MongoDB (Portable) 4.4.29 8 Thursday, February 29, 2024 Approved
MongoDB (Portable) 4.4.29-rc0 9 Friday, February 16, 2024 Approved
MongoDB (Portable) 4.4.28 13 Thursday, January 18, 2024 Approved
MongoDB (Portable) 4.4.28-rc0 17 Saturday, January 6, 2024 Approved
MongoDB (Portable) 4.4.27 14 Wednesday, January 3, 2024 Approved
MongoDB (Portable) 4.4.27-rc0 15 Wednesday, December 6, 2023 Exempted
MongoDB (Portable) 4.4.26 25 Wednesday, December 27, 2023 Approved
MongoDB (Portable) 4.4.26-rc0 17 Friday, November 10, 2023 Exempted
MongoDB (Portable) 4.4.25-rc0 20 Wednesday, September 20, 2023 Exempted
MongoDB (Portable) 4.4.24 34 Tuesday, August 22, 2023 Approved
MongoDB (Portable) 4.4.24-rc0 28 Monday, August 7, 2023 Approved
MongoDB (Portable) 4.4.23 29 Thursday, July 13, 2023 Approved
MongoDB (Portable) 4.4.23-rc0 22 Saturday, July 1, 2023 Approved
MongoDB (Portable) 4.4.22 36 Thursday, May 18, 2023 Approved
MongoDB (Portable) 4.4.22-rc2 21 Friday, May 12, 2023 Approved
MongoDB (Portable) 4.4.22-rc1 22 Monday, May 8, 2023 Approved
MongoDB (Portable) 4.4.22-rc0 23 Wednesday, May 3, 2023 Approved
MongoDB (Portable) 4.4.21 30 Tuesday, April 25, 2023 Approved
MongoDB (Portable) 4.4.21-rc0 19 Monday, April 17, 2023 Approved
MongoDB (Portable) 4.4.20 30 Monday, April 10, 2023 Approved
MongoDB (Portable) 4.4.20-rc0 25 Tuesday, April 4, 2023 Approved
MongoDB (Portable) 4.4.19 50 Friday, February 24, 2023 Approved
MongoDB (Portable) 4.4.19-rc2 25 Friday, February 17, 2023 Exempted
MongoDB (Portable) 4.4.19-rc1 25 Tuesday, February 14, 2023 Approved
MongoDB (Portable) 4.4.19-rc0 25 Friday, January 27, 2023 Approved
MongoDB (Portable) 4.4.18 106 Tuesday, November 15, 2022 Approved
MongoDB (Portable) 4.4.18-rc0 38 Wednesday, November 9, 2022 Approved
MongoDB (Portable) 4.4.17 32 Thursday, September 29, 2022 Approved
MongoDB (Portable) 4.4.17-rc2 36 Thursday, September 22, 2022 Approved
MongoDB (Portable) 4.4.17-rc1 33 Thursday, September 22, 2022 Approved
MongoDB (Portable) 4.4.17-rc0 42 Tuesday, August 30, 2022 Exempted
MongoDB (Portable) 4.4.16 37 Friday, August 19, 2022 Exempted
MongoDB (Portable) 4.4.16-rc0 41 Wednesday, August 10, 2022 Exempted
MongoDB (Portable) 4.4.15 51 Tuesday, June 21, 2022 Exempted
MongoDB (Portable) 4.4.15-rc0 41 Monday, June 13, 2022 Exempted
MongoDB (Portable) 4.4.14 47 Tuesday, May 10, 2022 Exempted
MongoDB (Portable) 4.4.14-rc0 39 Wednesday, April 20, 2022 Exempted
MongoDB (Portable) 4.4.13 56 Monday, March 7, 2022 Exempted
MongoDB (Portable) 4.4.13-rc0 63 Monday, February 28, 2022 Exempted
MongoDB (Portable) 4.4.12 62 Friday, January 21, 2022 Exempted
MongoDB (Portable) 4.4.12-rc1 53 Friday, January 7, 2022 Exempted
MongoDB (Portable) 4.4.12-rc0 77 Friday, December 31, 2021 Exempted
MongoDB (Portable) 4.4.11-rc1 59 Saturday, December 25, 2021 Exempted
MongoDB (Portable) 4.4.11-rc0 70 Tuesday, November 23, 2021 Exempted
MongoDB (Portable) 4.4.10 80 Friday, October 15, 2021 Exempted
MongoDB (Portable) 4.4.10-rc0 61 Thursday, October 7, 2021 Exempted
MongoDB (Portable) 4.4.9 65 Monday, September 20, 2021 Exempted
MongoDB (Portable) 4.4.9-rc1 65 Thursday, September 16, 2021 Exempted
MongoDB (Portable) 4.4.9-rc0 90 Tuesday, August 31, 2021 Exempted
MongoDB (Portable) 4.4.8 64 Wednesday, August 4, 2021 Exempted
MongoDB (Portable) 4.4.8-rc0 86 Thursday, July 29, 2021 Exempted
MongoDB (Portable) 4.4.7 73 Friday, July 16, 2021 Approved
MongoDB (Portable) 4.4.7-rc1 66 Thursday, July 8, 2021 Exempted
MongoDB (Portable) 4.4.7-rc0 100 Wednesday, June 23, 2021 Exempted
MongoDB (Portable) 4.4.6 128 Monday, May 10, 2021 Exempted
MongoDB (Portable) 4.4.6-rc0 88 Thursday, May 6, 2021 Exempted
MongoDB (Portable) 4.4.5 119 Thursday, April 8, 2021 Approved
MongoDB (Portable) 4.4.5-rc0 85 Friday, April 2, 2021 Exempted
MongoDB (Portable) 4.4.4 118 Tuesday, February 16, 2021 Approved
MongoDB (Portable) 4.4.4-rc1 86 Wednesday, February 10, 2021 Exempted
MongoDB (Portable) 4.4.4-rc0 88 Thursday, February 4, 2021 Exempted
MongoDB (Portable) 4.4.3 106 Monday, January 4, 2021 Approved
MongoDB (Portable) 4.4.3-rc0 106 Wednesday, December 16, 2020 Approved
MongoDB (Portable) 4.4.2-rc1 98 Wednesday, November 11, 2020 Approved
MongoDB (Portable) 4.4.2-rc0 81 Thursday, October 29, 2020 Approved
MongoDB (Portable) 4.4.1 208 Wednesday, September 9, 2020 Approved
MongoDB (Portable) 4.4.1-rc3 107 Wednesday, September 2, 2020 Exempted
MongoDB (Portable) 4.4.1-rc2 76 Thursday, August 27, 2020 Exempted
MongoDB (Portable) 4.4.1-rc1 101 Tuesday, August 25, 2020 Exempted
MongoDB (Portable) 4.4.1-rc0 85 Saturday, August 22, 2020 Exempted
MongoDB (Portable) 4.4.0 202 Saturday, August 1, 2020 Approved
MongoDB (Portable) 4.2.8 504 Tuesday, June 16, 2020 Approved
MongoDB (Portable) 4.2.7 158 Monday, May 25, 2020 Approved
MongoDB (Portable) 4.2.6 156 Monday, April 20, 2020 Approved
MongoDB (Portable) 4.2.5 124 Tuesday, March 24, 2020 Approved
MongoDB (Portable) 4.2.4 123 Thursday, March 12, 2020 Approved
MongoDB (Portable) 4.2.3 142 Tuesday, January 28, 2020 Approved
MongoDB (Portable) 4.2.2 141 Tuesday, December 10, 2019 Approved
MongoDB (Portable) 4.2.1 2240 Friday, October 18, 2019 Approved
MongoDB (Portable) 4.2.0 779 Sunday, August 18, 2019 Approved
MongoDB (Portable) 4.0.12 66 Friday, August 9, 2019 Approved
MongoDB (Portable) 4.0.11 86 Saturday, July 27, 2019 Approved
MongoDB (Portable) 4.0.10 176 Thursday, May 30, 2019 Approved
MongoDB (Portable) 4.0.9 100 Tuesday, April 16, 2019 Approved
MongoDB (Portable) 4.0.8 97 Friday, March 29, 2019 Approved
MongoDB (Portable) 4.0.7 55 Monday, March 25, 2019 Approved
MongoDB (Portable) 4.0.6 163 Thursday, February 7, 2019 Approved
MongoDB (Portable) 4.0.5 186 Thursday, December 20, 2018 Approved
MongoDB (Portable) 4.0.4 87 Monday, December 17, 2018 Approved
MongoDB (Portable) 3.6.3 1265 Thursday, March 8, 2018 Approved
MongoDB (Portable) 3.6.2 379 Wednesday, February 21, 2018 Approved
MongoDB (Portable) 3.6.0 464 Tuesday, December 19, 2017 Approved
MongoDB (Portable) 3.4.7 616 Tuesday, August 8, 2017 Approved
MongoDB (Portable) 3.4.6 385 Tuesday, July 18, 2017 Approved
MongoDB (Portable) 3.4.5 922 Monday, July 3, 2017 Approved
MongoDB (Portable) 3.2.10 685 Thursday, October 20, 2016 Approved
MongoDB (Portable) 3.2.9 471 Tuesday, August 16, 2016 Approved
MongoDB (Portable) 3.2.8 376 Wednesday, July 20, 2016 Approved
MongoDB (Portable) 3.2.7 382 Tuesday, June 7, 2016 Approved
MongoDB (Portable) 3.2.6 309 Friday, May 27, 2016 Approved

Program

Package

  • Automatically built and uploaded by dtgm

This package has no dependencies.

Discussion for the MongoDB (Portable) Package

Ground Rules:

  • This discussion is only about MongoDB (Portable) and the MongoDB (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or MongoDB (Portable), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus