kalisio / kargo

A K8S based solution to build and operate Geospatial Platforms
https://kalisio.github.io/kargo/
MIT License
23 stars 6 forks source link

Mongo-express doest not allow to import any JSON collection #297

Open cnouguier opened 2 years ago

cnouguier commented 2 years ago

Is ti due to a bad configuration within our chart or is it linked to this issue https://github.com/mongo-express/mongo-express/issues/669 ?

StoryDevOffical commented 1 year ago

same here POST /db/itquiz/import/constants 400 9.385 ms - 8 Happened on mongo:5.0.9-focal / mongo-express;latest

Only fix is to use : mongoimport --authenticationDatabase admin --username [username] --password [password]--db [dbName]--collection [collectionName]--file [collectionName.json]