Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 783 Bytes

Upgrade to v1.4.md

File metadata and controls

16 lines (11 loc) · 783 Bytes

Upgrade to v1.4

Mongo 3.2 DB changes

  • Upgrade to SCRAM-SHA-1, essentially: use admin, db.adminCommand({authSchemaUpgrade: 1});
  • Maybe delete and re-add the oplog reader user

Make sure node-gyp is installed

Clear out old stuff

Make sure no debugger statements in code

Ran into this npm-bcrypt problem