Upgrade issues
-
Hi everyone!
I'm trying to upgrade from v4.4.6 to v4.5.2 and after connecting to Redis, it just stucks and I don't know where yet. There is no error. The HTTP server doesn't start.
Our forum has a lot of users, uploads, posts. We had several issues in the past.
I will try to figure out what's wrong, but if anyone have an idea what might be the problem in v4.5.x, it would help me.
Thanks, Tomas -
Hi everyone!
I'm trying to upgrade from v4.4.6 to v4.5.2 and after connecting to Redis, it just stucks and I don't know where yet. There is no error. The HTTP server doesn't start.
Our forum has a lot of users, uploads, posts. We had several issues in the past.
I will try to figure out what's wrong, but if anyone have an idea what might be the problem in v4.5.x, it would help me.
Thanks, TomasHi Tomáš-Nesrovnal-0, can you share any logs when you try to start NodeBB? I know you said that there is no error, but what happens when you try to run
./nodebb dev?It could be that your NodeBB is still running or hanging. If NodeBB is the only node.js software running, you can execute
pkill -9 nodeto indiscriminately kill off every Node.js process.If you have other services running, then run
ps aux | grep node, see which one is NodeBB (look forloader.jsandapp.js), andkill -9those process IDs.