Closed guaiguaihw closed 6 years ago
When I change mongodb-uri = mongodb://127.0.0.1:27017/EOS to default,I could not create default database EOS
. My db version is version v2.6.10.
I find the reason, my db version need to update to v3.x, then the node could connect to db.
when I start node with mongo-db-plugin, something error below, I can sync data correctly:
I could connect to mongodb use shell:
what should I do to make it right?