Skip to content

Instantly share code, notes, and snippets.

@alambike
Last active August 29, 2015 14:16
Show Gist options
  • Save alambike/9900be6475f97eb6f45f to your computer and use it in GitHub Desktop.
Save alambike/9900be6475f97eb6f45f to your computer and use it in GitHub Desktop.
NOTAS
# Reparar as tablas de mongodb, por exemplo cando se cerrou mal o servidor, para correxir o erro:
# exception in initAndListen: 12596 old lock file, terminating
mongodb mongod --repair --dbpath /var/lib/mongodb/
chown -R mongodb:mongodb /var/lib/mongodb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment