@baris said in Recent Cards Plugin - Invalid Date:
This is fixed in the latest version of the plugin just waiting for @psychobunny to publish to npm.
thanks 🙂
I am finally able to upgrade an existing project to the latest version of NodeBB however, upon doing so I receive
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)
I expected something like this after not upgrading in forever.
Are there any way of getting up to date? Or am I stuck on v0.9.x? How would I revert back to it?
Thanks!
@SimonQ you'll have to upgrade iteratively, so like this:
git checkout v1.0.0
./nodebb upgrade
git checkout v1.1.0
./nodebb upgrade
git checkout v1.2.0
./nodebb upgrade
etc etc