Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Good day, Could someone lay out the steps to upgrade from v0.7.3. to 0.8.0 I've got the hang of going up points but not to next full point. Tried to follow the steps in documentation but says can not merge (when up to the merge part)
never mind, got it going
I do this...
./nodebb stop; git fetch; git checkout v0.8.0; git pull; npm install; ./nodebb upgrade; ./nodebb start; ./nodebb log
The master branch has been fixed. No need for checkout v0.8.
We may just end up re-releasing 0.8.0 if the launched version is really not working too well.
@dave1904 yes, I don't use that theme but have read similar stories elsewhere on here.
@א-ש
You don't run ./nodebb setup to upgrade.
As for search... try re-indexing the forum content from the DB Search plugin page in the ACP.
@pitaj said in Yet another error upon upgrade.:
npm install --global [email protected]
That worked. Thanks as always
Good to hear. Just in case you need it in the future.
MongoDB has very good documentation and you can find it here: https://docs.mongodb.com/
Dropping the database would be described here: https://docs.mongodb.com/manual/reference/method/db.dropDatabase/index.html
Thus probably would be something along the line of:
Awesome! Thank you @PitaJ!