OK did a roll back
Then did the upgrade again
Then cleared cache
And low and behold, I can NOT login, nor any other user.. Had someone else check it
My steps...
[email protected]:~/nodebb$ clear
[email protected]:~/nodebb$ git fetch
remote: Counting objects: 1896, done.
remote: Compressing objects: 100% (152/152), done.
remote: Total 1896 (delta 1175), reused 1104 (delta 1102), pack-reused 642
Receiving objects: 100% (1896/1896), 329.71 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1495/1495), completed with 229 local objects.
From https://github.com/NodeBB/NodeBB
944fc6e..f7648c2 v0.7.x -> origin/v0.7.x
- [new branch] acp-paper -> origin/acp-paper
a990e9c..a1fb234 master -> origin/master
- [new branch] persona-2.1 -> origin/persona-2.1
a1f49f6..0c62b0a v0.6.x -> origin/v0.6.x
4f57227..796cf1b v0.8.x -> origin/v0.8.x
- [new tag] v0.8.0 -> v0.8.0
[email protected]:~/nodebb$ git checkout v0.8.x
Branch v0.8.x set up to track remote branch v0.8.x from origin.
Switched to a new branch 'v0.8.x'
[email protected]:~/nodebb$ git merge origin/v0.8.x
Already up-to-date.
[email protected]:~/nodebb$ git pull
Already up-to-date.
[email protected]:~/nodebb$ ls
app.js Dockerfile loader.js nodebb.bat public
bcrypt.js Gruntfile.js logs node_modules README.md
config.json install minifier.js npm-shrinkwrap.json src
CONTRIBUTING.md LICENSE nodebb package.json tests
[email protected]:~/nodebb$ ./nodebb upgrade
-
Bringing base dependencies up to date... OK
-
Updating NodeBB data store schema.
Warning: Redis server does not require a password, but a password was supplied.
Warning: Redis server does not require a password, but a password was supplied.
Warning: Redis server does not require a password, but a password was supplied.
28/8 07:26 [1240] - info: Beginning database schema update
28/8 07:26 [1240] - info: [2015/02/08] Clearing reset tokens skipped
28/8 07:26 [1240] - info: [2015/02/17] renaming home.tpl to categories.tpl skipped
28/8 07:26 [1240] - info: [2015/2/23] Activating NodeBB Essential Rewards - skipped
28/8 07:26 [1240] - info: [2015/02/24] Upgrading plugins:active to sorted set skipped
28/8 07:26 [1240] - info: [2015/02/24] Upgrading privilege groups to system groups skipped
28/8 07:26 [1240] - info: [2015/02/25] Upgrading menu items to dynamic navigation system skipped
28/8 07:26 [1240] - info: [2015/05/07] Upgrading uid mappings to sorted set skipped
28/8 07:26 [1240] - info: [2015/05/08] Fixing emails skipped
28/8 07:26 [1240] - info: [2015/05/11] Updating widgets to tjs 0.2x skipped
28/8 07:26 [1240] - info: [2015/05/20] Adding username:sorted and email:sorted skipped
28/8 07:26 [1240] - info: [2015/06/02] Creating group sorted sets skipped
28/8 07:26 [1240] - info: [2015/07/03] Enabling default composer plugin skipped
28/8 07:26 [1240] - info: [2015/08/18] Creating children category sorted sets
28/8 07:26 [1240] - info: [2015/08/18] Creating children category sorted sets done
28/8 07:26 [1240] - info: [upgrade] Schema update complete!
-
Storing upgrade date in "package.json"... OK
NodeBB Upgrade Complete!
[email protected]:~/nodebb$ ./nodebb start
Starting NodeBB
"./nodebb stop" to stop the NodeBB server
"./nodebb log" to view server output
"./nodebb restart" to restart NodeBB
[email protected]:~/nodebb$