I have tried for a while to upgrade my NodeBB, but assumed there may have been a bug in the version levels.
However, seeing all other members have upgraded ok, I thought I would try again.
However, when I run ./Nodebb Upgrade, it only keeps trying to upgrade one of my plugins. Is this normal?
The plugin is for Registration Notification. I think the actual bug lies with this plugin, as I cannot un-install it.
-bash-4.1# ./nodebb upgrade
- Bringing base dependencies up to date... OK
- Checking installed plugins for updates... OK
A total of 1 package(s) can be upgraded:
- nodebb-plugin-registration-notification (1.1.0 -> 1.2.0)
Proceed with upgrade (y|n)? y
Upgrading packages... OK
3. Updating NodeBB data store schema...
4/5 17:31:05 [15876] - warn: You have no mongo password setup!
4/5 17:31:05 [15876] - info: Beginning database schema update
4/5 17:31:05 [15876] - info: [2016/09/22] Setting category recent tids - skipped!
4/5 17:31:05 [15876] - info: [2016/10/8] favourite -> bookmark refactor - skipped!
4/5 17:31:05 [15876] - info: [2016/10/14] Creating sorted sets for post replies - skipped!
4/5 17:31:05 [15876] - info: [2016/11/22] Update global and user language keys - skipped!
4/5 17:31:05 [15876] - info: [2016/11/25] Creating sorted sets for pinned topics - skipped!
4/5 17:31:05 [15876] - info: [2017/2/25] Update global and user sound settings - skipped!
4/5 17:31:05 [15876] - info: [2017/2/28] Update urls in config to /assets
- skipped!
4/5 17:31:05 [15876] - info: [upgrade] Schema already up to date!
4/5 17:31:05 [15876] - warn: You have no mongo password setup!
4/5 17:31:05 [15876] - info: [build] Building javascript
4/5 17:31:05 [15876] - info: [build] Building client-side CSS
4/5 17:31:14 [15876] - info: [build] clientCSS => Completed in 8.563s
4/5 17:31:14 [15876] - info: [build] Building admin control panel CSS
4/5 17:31:17 [15876] - info: [build] acpCSS => Completed in 3.17s
4/5 17:31:17 [15876] - info: [build] Building templates
4/5 17:31:17 [15876] - info: [build] tpl => Completed in 0.194s
4/5 17:31:17 [15876] - info: [build] Building language files
4/5 17:31:22 [15876] - info: [build] lang => Completed in 4.946s
4/5 17:31:22 [15876] - info: [build] Linking sound files
4/5 17:31:22 [15876] - info: [build] sound => Completed in 0.004s
4/5 17:31:23 [15876] - info: [build] js => Completed in 17.753s
4/5 17:31:23 [15876] - info: [build] Asset compilation successful. Completed in 17.813s.
OK
NodeBB Upgrade Complete!
Although it thinks the upgrade is complete... it's not.
If I try to manual uninstall the plugin:
-bash-4.1# ./nodebb reset plugin="nodebb-plugin-registration-notification"
4/5 17:42:17 [17260] - warn: You have no mongo password setup!
/opt/MYSERVER/node_modules/mongodb/lib/mongo_client.js:236
throw err
^
Could anyone advise me if it's me doing something wrong?