Good work @julian!
[Solved] Updating to 0.4.3
-
Still says version 0.4.2. But I'm "Up to date".
-
What git hash?
git rev-parse HEAD
-
@julian
4f11ac9664d74669a05ad908a70346da712ee208
Welp, fixed it. Needed to restart nodebb...
It's always the simple things that get me.Feel free to delete this thread followed by denying any knowledge of it's existence.
-
Same problem
You are running NodeBB v0.4.2. A new version (v0.4.3) has been released. Consider upgrading your NodeBB.
git rev-parse HEAD is
62d487e0a8a6e5d5cecd3df6b96a8053b4e21a47
-
@a_5mith how did you fix?
-
git pull ./nodebb upgrade ./nodebb restart
If that doesn't work,
git checkout v0.4.x git pull ./nodebb upgrade ./nodebb restart
I had already pulled and upgraded the changes, but the restart was what updated the "You are running 0.4.2, an update is available"
-
-
Maybe we should build some sort of FAQ @julian that includes things like how to upgrade, how to restart and remove plugins etc. What to do if a plugin crashes the site or any number of other questions that we see regularly. Would save any repeated threads etc.
(Times like this when you're not sure which developer to mention makes me wish I could tag a group of people. Already feature requested, but
@NodeDevs
or@Moderators
in most use cases would be Beast Mode == 1) -
@a_5mith You mean like #1331?
Also, #1526 now.
-
I can for the first time say..
Upgraded without any problems. 2 minutes in Terminal and I was rolling in .4.3
But that's more on me, than on you guys.