osx - mongo shell not showing all dbs -
good day.
i've been developing meteorjs uses mongodb. no problems there. i've been using mongo shell access database on dev machine (osx 10.11). first project mongo , when shell load, connect db.test
, i'd show dbs
, list of database, use myapp
.
yesterday whenever go shell , type show dbs
1 shown local 0.078gb
. app still working , pulling , pushing data database.
i've checked dbpath in mongod.conf , seems ok. i'm not entirely sure exact order of things, 2 things different (i'm not sure if these happened prior show dbs
not showing or after, , i'm not sure came first):
- when loading mongo shell getting error:
warning: soft rlimits low. number of files 256, should @ least 1000"
i followed these directions seemed stop error appearing (https://github.com/basho/basho_docs/issues/1402 )
- i use meteor toys , first time update
user.profile.companyname
(which custom field within standardprofile
within meteor toys widget.
just odd app can still access database , collections, mongo shell doesn't show. i've update mongod via brew upgrade mongodb
3.0.2 3.0.7 no avail.
any ideas?
if want use regular mongo console have specify port 3001 meteor apps instead of default 27017. otherwise it's simpler type meteor mongo , connect way. can type 'show collections' , show them normal.
Comments
Post a Comment