I open commit on github here:
https://github.com/NodeBB/NodeBB/issues/10115
Fixed here:
https://community.nodebb.org/post/86534
https://github.com/NodeBB/NodeBB/commit/69a7634a78de51dfd50e72864fadf77a7b1ab46a
Hello all,
warn: Your NodeBB schema is out-of-date. Please run the following command to bring your dataset up to spec:
warn: node app --upgrade
warn: To ignore this error (not recommended):
warn: node app --no-check-schema
How to fix this issue >?
error: [upgrade] NodeBB upgrade could not complete, as your database schema is too far out of date.
error: [upgrade] Please ensure that you did not skip any minor version upgrades.
error: [upgrade] (e.g. v0.1.x directly to v0.3.x)
(((
Already tried more than 15 different variants of corrections, but the issue still persists ((((((((
what does git rev-parse HEAD
show?
Right now got this issue ((( I reached the schema update to 3.0.0
warn: [init] Cache buster not set
path.js:360
throw new TypeError('Arguments to path.join must be strings');
^
TypeError: Arguments to path.join must be strings
at path.js:360:15
at Array.filter (native)
at Object.exports.join (path.js:358:36)
yes !!! The problem has gone.
Anybody know how to restore admin password ?
@testerool You forgot your admin password? You'll have to send yourself a password reset by going to /reset
. If you don't have an emailer configured it can get a little more complicated, though...
If you don't have an emailer setup follow this http://community.nodebb.org/topic/1008/#7372