How to upgrade 1.17.o?
-
@twissell have you restarted NodeBB?
./nodebb restart
? -
@twissell what's the output of
./nodebb info
-
-
@twissell
I also ran my first upgrade with 1.17 and had the same problem. The solution was: I have to run the upgrade with the user nodebb is running under. For me this is the user "nodebb" so "su nodebb" and then start the upgrade script. If you run it as root, you may have to reassign the files to the user, e.g. "chown -R nodebb:nodebb *" in the appropriate folder. But beware, I am a nodebb beginner myself and found this out only by try-and-error. For me it worked like this. -
@twissell We don't support Node 16 yet, you might need to downgrade your npm version.
What commands did you execute to upgrade? It doesn't look like you pulled the latest changes from git.
-
You need to pull the latest changes from git like
git fetch git checkout v1.17.x ./nodebb upgrade