How to backup NodeBB using Terminal - Using Digital Ocean VPS
-
Yup, just stop Redis, copy back the RDB file and restart. Should be okay
-
Actually, those commands are on the same page I linked:
https://docs.nodebb.org/en/latest/upgrading/index.htmlOf 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:
https://docs.nodebb.org/en/latest/upgrading/index.htmlOf 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
-
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
-
@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.