toolkit icon indicating copy to clipboard operation
toolkit copied to clipboard

Invalid Mongo configuration after `bin/init`

Open Paulchen5 opened this issue 8 months ago • 1 comments

  • I followed the Quick Start and runned bin/init
  • Afterwards I runned bin/start but got the following error message:
---------------------  ERROR  -----------------------
  Invalid MONGO_VERSION: MONGO_VERSION=6.0

  MONGO_VERSION must start with the actual major version of mongo, followed by a dot.
  Example: MONGO_IMAGE=my.dockerhub.com/custom-mongo
           MONGO_VERSION=6.0-custom
---------------------  ERROR  -----------------------

Contents of config/overleaf.rc

# Mongo configuration
MONGO_ENABLED=true
MONGO_DATA_PATH=data/mongo
MONGO_IMAGE=mongo
MONGO_VERSION=6.0

I think that should get fixed

Paulchen5 avatar May 06 '25 22:05 Paulchen5

Just fixed here https://github.com/overleaf/toolkit/pull/397

chiarorosa avatar Oct 22 '25 12:10 chiarorosa