I talk backups all the time. I've been a senior advisor for multiple of the big backup players over the years and now my company builds its own backup systems for our own products. So we think about backups all the time.
MongoDB questions
-
Hello guys, I need your help.
When installing mongodb on ubuntu it doesn't show any username/password, so I belive I must create it?
Also when installing NodeBB I leaved the mongodb user/pass empty and the forum works but I don't know if this will be a problem or not.
Thanks in advance.
-
@felirami setting up a user/password for security is always recommended. Follow this guide to add a user/pass to mongodb
-
@pichalite now should I reinstall everything again?
-
@felirami nope. Simply edit your config.json or run ./nodebb setup.
-
Solved everything, thanks guys