runner icon indicating copy to clipboard operation
runner copied to clipboard

MongoDB 4.4.5 not found

Open mtrezza opened this issue 4 years ago • 1 comments

For

MONGODB_VERSION: 4.4.5
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: wiredTiger

calling

mongodb-runner start

fails with

Error: Could not find version matching {
  version: '4.4.5',
  arch: [ 'x86_64', 'x64' ],
  platform: 'linux',
  target: [
    { value: 'linux_x86_64', priority: 1 },
    { value: 'ubuntu1204', priority: 100 },
    { value: 'ubuntu1404', priority: 200 },
    { value: 'ubuntu1604', priority: 300 },
    { value: 'ubuntu1804', priority: 400 }
  ],
  enterprise: false
}

mtrezza avatar Apr 07 '21 10:04 mtrezza

I just noticed on https://www.mongodb.com/try/download/community that there is only 4.4.5-rc0, but actually 4.4.5 is already available for download, so maybe that is just a temporary glitch on MongoDB side.

mtrezza avatar Apr 07 '21 10:04 mtrezza