huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
240 stars 80 forks source link

Create production instance - MongoDB > 4.2? #6381

Closed djhmateer closed 8 months ago

djhmateer commented 8 months ago

Thank you for this project!

I've successfully built a development instance of Uwazi (WSL2/Ubuntu 22.04) using Docker for the dependencies. As others have found I needed to install mongosh and monogorestore so the db can be setup.

image Dev version working with Docker.

I tried building without Docker for a production instance using Ubuntu18, 20 and 22. I found that the versions didn't fit:

https://github.com/huridocs/uwazi/blob/development/README.md#dependencies

Can Uwazi run on a later version of MongoDB? ie >4.2

RafaPolit commented 8 months ago

Thanks for reaching out to us. We try to keep this dependencies as up to date as possible, sometimes breaking changes prevent us from adopting newer versions, but in this case I'm happy to report that yes, we are running our own production servers with mongo 4.4.24 and everything is working as expected.

Hope this helps, let us know if you have further concerns, doubts or problems with the installation.

RafaPolit commented 8 months ago

We have created the following issue to ensure that the README lists all the correct versions: #6423 . Thanks for the heads-up.