@PitaJ said in Help NodeBB doesn't work after upgrade to 1.3.0:
i love you bro 😄
I am unable to find release notes at https://github.com/NodeBB/NodeBB/releases anymore. Earlier there was an option to see what are the fixes and the new features in the release.
Can anyone share release notes with me?
This was a manual release issued for a security fix. You can see the changes here:
Getting Like this While Upgrading
root@BUForum:~/nodebb# ./nodebb stop
Stopping NodeBB. Goodbye!
root@BUForum:~/nodebb# git fetch
root@BUForum:~/nodebb# git reset --hard origin/v1.14.3
fatal: ambiguous argument 'origin/v1.14.3': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
root@BUForum:~/nodebb#
Please do it this way.
./nodebb stop
git fetch
git reset --hard origin/v1.14.x
./nodebb upgrade
./nodebb start
@FrankM Got it. i upgraded.
I have new issue.
created new topic under technical category