NREL / OpenStudio-PAT

The Parametric Analysis Tool (PAT) is part of the OpenStudio collection of software tools.
https://www.openstudio.net/
Other
27 stars 13 forks source link

Update to mongo 4.4.2 for all platforms #177

Closed tijcolem closed 3 years ago

tijcolem commented 3 years ago

resolves #173

Update to Mongo 4.4.2 for all platforms. Note that the Mongo recently separated the tools and db sever into separate installation packages.

Tools: https://www.mongodb.com/try/download/database-tools Server: https://www.mongodb.com/try/download/community

The s3 tar packages in the manifest combines the server and tools into one .tar.gz, like we had before, so we shouldn't have to make any code changes for new paths.

tijcolem commented 3 years ago

Tested PAT install packaged on Mac and Linux and newer mongo works fine. Windows, the newer version of mongo requires dlls from https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0. Users that do not have this already installed would have to install this package in order to run (i think required for a lot of tools such as this). e.g. https://stackoverflow.com/questions/41467351/mongodb-server-start-for-latest-version.

We can try and ship the installer with these dlls included but will increase the size of the PAT which is already very large.