How to completely remove NodeBB?
-
I'd like to completely remove NodeBB (delete everything such as files, database etc). My aim is to install NodeBB again from scratch.
Does anyone know how this can be done? Or perhaps there's an article already available that you can point me to?
Thanks in advance.
-
Completely removing the NodeBB instalation is quite easy, you can remove NodeBB by deleting its folder its hosted in. Then going to your Redis or MongoDB location (Depending on what you use) and deleting the database, beware if you have any other databases on Redis or MongoDB,
-
This post is deleted!
-
So I've now:
- Deleted the NodeBB folder
- Dropped the Redis database
Is there anything else I should remove?
-
@julian Thanks, although I'm confused as to why I still see the maintenance page (X is currently undergoing maintenance. Please come back another time.) when I visit my domain example.com?
-
@julian said in How to completely remove NodeBB?:
Perhaps your NodeBB is still running in memory
pkill -9 node to kill all node.js processes.
What's the trick on windows? Can't remove the .js files as access is denied and no processes are running.