Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created July 4, 2018 10:58
Show Gist options
  • Save v-thomp4/4f90fe0ec906d9607f605da4c3bd05f7 to your computer and use it in GitHub Desktop.
Save v-thomp4/4f90fe0ec906d9607f605da4c3bd05f7 to your computer and use it in GitHub Desktop.
Fix Rocketchat Your database migration failed
ERROR! SERVER STOPPED
our database migration failed:
Database locked at version: 124
Fix:
use rocketchat
db.migrations.update({_id: 'control'},{$set:{locked:false,version:125}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment