明年宣布解析后,开始迁移到我自己的mongo数据库。
我已完成迁移操作并且数据似乎存在但是任何下划线表都不适用于Mongo shell。我并不特别熟练,但这就是我所看到的:
> show databases
local 0.078GB
test 0.203GB
> use test
switched to db test
> show collections
Chat
ChatStatus
Message
Session
SessionBooking
TrainerProfile
UserFavorite
_Cardinality
_Index
_Installation
_JobSchedule
_JobStatus
_PushStatus
_SCHEMA
_User
system.indexes
> users = db._User.find()
2016-02-09T01:07:31.394+0000 E QUERY TypeError: Cannot call method 'find' of undefined
at (shell):1:18
我不确定为什么它呈现为未定义。非常感谢。