Term of use is only using 50% width on mobile view using chrome on android. Issue is both on v1.x.x and master.
How to backup NodeBB using Terminal - Using Digital Ocean VPS
-
If you don't mind, list the commands to upgrade from 0.4.3 to latest version as well please.
-
Is it
git fetch
git checkout v0.5.2
git merge origin/v0.5.2 -
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 safeInside 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. -