jettrich

Results 4 comments of jettrich

Today I've upgraded my containers using overleaf-toolkit, upgraded the Linux system inside sharelatex container, and followed the steps @Polyfly suggested [above](https://github.com/overleaf/overleaf/issues/1030#issuecomment-1269282125), and now my local overleaf-ce instance is correctly compiling...

Dear @tim-rohrer, I entered the sharelatex machine using `bin/shell sharelatex` and found that `mtxrun --generate` gave me `...command not found...`. Thus, I did a ``` apt update apt -y upgrade...

Ok, in the meantime I found that I can get a list of users by a query to mongodb container: ``` $ docker exec mongo sh -c 'exec mongoexport -d...

Please, could someone show me how to create users by using the `mongoimport` command, as well a how to update passwords using `mongoimport`?