I am using Bitdefender Total Security
44cbc1b1-5508-480e-9a7f-f1a38c6b2bdd-image.png
i download 1.72 relese
i did backup to mongo and site folder
now what?
where to put the relese folder and whice command to run
i dont understad the upgrade docs
What upgrade docs are you referring to?
A typical installation uses git clone
to get the project, and an upgrade is basically just switching branches with a git checkout
and running the ./nodebb upgrade
command.
Need more information about your setup if you want help...
After git checkout
, you might also need to git pull
to get the latest code