@macfan that's understandable, I know not everybody is comfortable signing their contributions away, so they are welcome to fork NodeBB for their own purposes.
Contributions back upstream are welcome and encouraged but not required 🙂
Actually, those commands are on the same page I linked:
Of course, don't forget to backup first, but at least you know what to do now
EDIT:
git fetch
git checkout 0.5.1
Don't forget this is still in development, and not "stable"
@psychobunny said:
Actually, those commands are on the same page I linked:
Of course, don't forget to backup first, but at least you know what to do now
EDIT:
checkout master
So it will be
git fetch
git checkout master
git merger origin/master
?
Sorry I just updated my previous post. You may not have to merge if you haven't done any changes in core, if so then yes
Ok. So shall I wait for a stable version. Can I try Cerulean theme on 0.4.3 ?
Cerulean has been available since 0.3. did you mean rocket? that's still in development
And yes, 0.5 is in RC right now so if you want to wait for the final release I think it will be coming around the next week or so, depending on if any bugs surface
Thanks @psychobunny
@psychobunny said:
There are some instructions on backing up here: https://docs.nodebb.org/en/latest/upgrading/index.html
You just need to login to Redis and run
BGSAVE
, and then at that point you can just copy your RDB file over somewhere safe
Inside Redis directory. How to log in ?
When I simply used BGSAVE inside the directory it says command not found.
@meetdilip redis-cli
Please be advised that NodeBB is at v0.5.0-2, a prerelease version.
It is available on the v0.5.x
branch.