We highly recommend you stay up to date for the latest security fixes.
This looks more like a cacheing issue though. You can try running a rebuild and restart, that should reset the cache buster.
@connectkushal thank you. I´ll have a look at that. Would be nice to have some export/import function inside the admin dashboard though
@mechanix true ! this should be put up as a feature request.
When you change nodebb versions you will need to do ./nodebb upgrade
to update the database schema, I would do that first before backing it up and moving it to a clean install. afaik the database is located at /var/redis/6379/dump.rdb
by default.
@yariplus and for mongodb users ?
@connectkushal ehh, /data/db/
is the default, but it can vary by distro, check your mongodb.conf, src
@manan said in Make back-up > New fresh install > recover posts, users and data:
Error:Cannot find module mongodb
It would appear that the mongodb package is not installed. Running npm install
again might fix it.