Try setting "number of seconds a post remains editable" to 0.
this issue only appeared after upgrading, so I don't know how to explain that
It's likely a new feature was added or logic was changed on the back end, resulting in this.
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
A total of 1 package(s) can be upgraded:
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?
In order to upgrade NodeBB, you have to run git fetch && git checkout v[target]
Then you can run ./nodebb upgrade
to complete the process.
@pitaj said in V1.4.4 to 1.9.0 - Not upgrading although saying success?:
git fetch && git checkout v[target]
I have ran the following and got this:
-bash-4.1# git fetch && git checkout v[target]
./nodremote: Counting objects: 24606, done.
remote: Compressing objects: 100% (35/35), done.
remote: Total 24606 (delta 8310), reused 8327 (delta 8309), pack-reused 16262
Receiving objects: 100% (24606/24606), 5.97 MiB | 5.15 MiB/s, done.
Resolving deltas: 100% (19598/19598), completed with 1961 local objects.
From https://github.com/NodeBB/NodeBB
Apologies if I have done it wrong, was I supposed to enter something inside the TARGET ?
Thanks for replying