Skip to content

Quick Start Guide fails with "Invalid MONGO_VERSION" #384

@sa7mon

Description

@sa7mon

By following the steps in the quick start guide, I was stopped in my tracks by an error.

╭─[dan dans-MacBook-Air] ~/repos/resume-latex (master)
╰─$ git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit                                                   
Cloning into './overleaf-toolkit'...
remote: Enumerating objects: 2395, done.
remote: Counting objects: 100% (991/991), done.
remote: Compressing objects: 100% (233/233), done.
remote: Total 2395 (delta 870), reused 765 (delta 755), pack-reused 1404 (from 4)
Receiving objects: 100% (2395/2395), 880.83 KiB | 2.26 MiB/s, done.
Resolving deltas: 100% (1559/1559), done.
╭─[dan dans-MacBook-Air] ~/repos/resume-latex (master)
╰─$ cd ./overleaf-toolkit                                                                                                  
╭─[dan dans-MacBook-Air] ~/repos/resume-latex/overleaf-toolkit (master)
╰─$ bin/init                                                                                                               
Copying config files to 'config/'
╭─[dan dans-MacBook-Air] ~/repos/resume-latex/overleaf-toolkit (master)
╰─$ bin/up                                                                                                                 
---------------------  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  -----------------------

Switching the version to the example in the error text also fails with the same error

╰─$ bin/up                                                                                                                 
---------------------  ERROR  -----------------------
  Invalid MONGO_VERSION: MONGO_VERSION=6.0-custom

  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  -----------------------

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions