Upgrading from v0.6.1 to v0.9.0
-
I have Redis 2.8.19 installed
[email protected] [~]# sudo redis-server --version
Redis server v=2.8.19 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=8012391549b7b328Ok! will do!
Still getting the error after your command, should redis be up and running? it's running ATM.Note: I updated npm to solve the issue up there (REPLACE_INVALID_UTF8), now i'm on 3.4.0
[email protected] [nodebb]# sudo npm -v
3.4.0 -
Trying to do a "npm rebuild" on nodebb and getting this
1-
[email protected] [nodebb]# sudo npm rebuild
[email protected] install /home/maximur1/nodebb/node_modules/heapdump
node-gyp rebuild
gyp ERR! clean error
gyp ERR! stack Error: EACCES, unlink 'build/Makefile'
gyp ERR! System Linux 2.6.32-573.1.1.el6.x86_64
gyp ERR! command "node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /home/maximur1/nodebb/node_modules/heapdump
gyp ERR! node -v v0.10.36
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not oknpm ERR! Linux 2.6.32-573.1.1.el6.x86_64
npm ERR! argv "node" "/usr/bin/npm" "rebuild"
npm ERR! node v0.10.36
npm ERR! npm v3.4.0
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install:node-gyp rebuild
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the heapdump package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls heapdump
npm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request:
npm ERR! /home/maximur1/nodebb/npm-debug.log2-
Also, not sure why nodebb think I have redis 2.3.0 installed? I am on 2.8.19[email protected] [nodebb]# sudo npm install
- [email protected] node_modules/double-ended-queue
- [email protected] node_modules/redis
3-
[email protected] [nodebb]# sudo node app --upgrade
13/11 17:05 [5988] - info: NodeBB v0.8.2 Copyright (C) 2013-2014 NodeBB Inc.
13/11 17:05 [5988] - info: This program comes with ABSOLUTELY NO WARRANTY.
13/11 17:05 [5988] - info: This is free software, and you are welcome to redistribute it under certain conditions.
13/11 17:05 [5988] - info:
13/11 17:05 [5988] - error: Unable to initialize Redis! Is Redis installed? Error :Cannot find module 'redis' -
got it after running your command
npm install redis@~0.10.1 connect-redis@~2.0.013/11 17:07 [6021] - info: NodeBB v0.8.2 Copyright (C) 2013-2014 NodeBB Inc.
13/11 17:07 [6021] - info: This program comes with ABSOLUTELY NO WARRANTY.
13/11 17:07 [6021] - info: This is free software, and you are welcome to redistribute it under certain conditions.
13/11 17:07 [6021] - info:
13/11 17:07 [6021] - info: Beginning database schema update
13/11 17:07 [6021] - info: [2015/02/08] Clearing reset tokens skipped
13/11 17:07 [6021] - info: [2015/02/17] renaming home.tpl to categories.tpl skipped
13/11 17:07 [6021] - info: [2015/2/23] Activating NodeBB Essential Rewards - skipped
13/11 17:07 [6021] - info: [2015/02/24] Upgrading plugins:active to sorted set skipped
13/11 17:07 [6021] - info: [2015/02/24] Upgrading privilege groups to system groups skipped
13/11 17:07 [6021] - info: [2015/02/25] Upgrading menu items to dynamic navigation system skipped
13/11 17:07 [6021] - info: [2015/05/07] Upgrading uid mappings to sorted set skipped
13/11 17:07 [6021] - info: [2015/05/08] Fixing emails skipped
13/11 17:07 [6021] - info: [2015/05/11] Updating widgets to tjs 0.2x skipped
13/11 17:07 [6021] - info: [2015/05/20] Adding username:sorted and email:sorted skipped
13/11 17:07 [6021] - info: [2015/06/02] Creating group sorted sets skipped
13/11 17:07 [6021] - info: [2015/07/03] Enabling default composer plugin skipped
13/11 17:07 [6021] - info: [2015/08/18] Creating children category sorted sets
13/11 17:07 [6021] - info: [2015/08/18] Creating children category sorted sets done
13/11 17:07 [6021] - info: [upgrade] Schema update complete!How can I make sure it updated the correct dump.rdb file? I have a feeling it's not using my correct redis installation
[email protected] [nodebb]# sudo npm ls redis
[email protected] /home/maximur1/nodebb
├── [email protected]
└─┬ [email protected]
└── [email protected] -
Sounds good, it's the correct DB
{
"url": "http://forum.maximumtrainer.com:4567",
"secret": "removed",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "0"
}
}
~ -
Ok 0.8.x working, last update on the way!
Ok same error with 0.9.0
[email protected] [nodebb]# sudo ./nodebb upgrade
-
Bringing base dependencies up to date... OK
-
Updating NodeBB data store schema.
13/11 17:24 [7710] - error: Unable to initialize Redis! Is Redis installed? Error :Cannot find module 'redis'
OKNodeBB Upgrade Complete!
This time if I run your command:
npm install redis@~0.10.1 connect-redis@~2.0.0Still does not work after that.
-
-
This post is deleted!
-
Still stuck with redis.. now trying from 0.8.2 to 0.9.0 and I get this
[email protected] [nodebb]# sudo npm install
[email protected] [nodebb]# sudo ls -d node_modules/nodebb* | xargs -n1 basename | xargs npm update
[email protected] [nodebb]# sudo node app --upgrade
13/11 17:54 [8719] - info: NodeBB v0.9.0 Copyright (C) 2013-2014 NodeBB Inc.
13/11 17:54 [8719] - info: This program comes with ABSOLUTELY NO WARRANTY.
13/11 17:54 [8719] - info: This is free software, and you are welcome to redistribute it under certain conditions.
13/11 17:54 [8719] - info:
13/11 17:54 [8719] - error: Unable to initialize Redis! Is Redis installed? Error :Cannot find module 'redis'I have redis and redis-connect in /node_module (click for screenshot)
-
Got it
[email protected] [nodebb]# sudo node app --upgrade
13/11 18:11 [9409] - info: NodeBB v0.9.0 Copyright (C) 2013-2014 NodeBB Inc.
13/11 18:11 [9409] - info: This program comes with ABSOLUTELY NO WARRANTY.
13/11 18:11 [9409] - info: This is free software, and you are welcome to redistribute it under certain conditions.
13/11 18:11 [9409] - info:
13/11 18:11 [9409] - info: Beginning database schema update
13/11 18:11 [9409] - info: [2015/02/08] Clearing reset tokens skipped
13/11 18:11 [9409] - info: [2015/02/17] renaming home.tpl to categories.tpl skipped
13/11 18:11 [9409] - info: [2015/2/23] Activating NodeBB Essential Rewards - skipped
13/11 18:11 [9409] - info: [2015/02/24] Upgrading plugins:active to sorted set skipped
13/11 18:11 [9409] - info: [2015/02/24] Upgrading privilege groups to system groups skipped
13/11 18:11 [9409] - info: [2015/02/25] Upgrading menu items to dynamic navigation system skipped
13/11 18:11 [9409] - info: [2015/05/07] Upgrading uid mappings to sorted set skipped
13/11 18:11 [9409] - info: [2015/05/08] Fixing emails skipped
13/11 18:11 [9409] - info: [2015/05/11] Updating widgets to tjs 0.2x skipped
13/11 18:11 [9409] - info: [2015/05/20] Adding username:sorted and email:sorted skipped
13/11 18:11 [9409] - info: [2015/06/02] Creating group sorted sets skipped
13/11 18:11 [9409] - info: [2015/07/03] Enabling default composer plugin skipped
13/11 18:11 [9409] - info: [2015/08/18] Creating children category sorted sets skipped
13/11 18:11 [9409] - info: [2015/09/30] Converting default Gravatar image to default User Avatar
13/11 18:11 [9409] - info: [2015/09/30] Converting default Gravatar image to default User Avatar done
13/11 18:11 [9409] - info: [2015/11/06] Removing gravatar
13/11 18:11 [9409] - info: [2015/11/06] Gravatar pictures removed!
13/11 18:11 [9409] - info: [upgrade] Schema update complete!Solution
I had to add redis since it's not installed by default:
npm install
npm install redis
npm install connect-redis
npm install redis-server
ls -d node_modules/nodebb* | xargs -n1 basename | xargs npm update
node app --upgrade -
Crash on nodebb Start up, investigating..
NodeBB v0.9.0 Copyright (C) 2013-2014 NodeBB Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions.
For the full license, please visit: http://www.gnu.org/copyleft/gpl.htmlClustering enabled: Spinning up 1 process(es).
13/11 18:16 [9762] - info: Time: Fri Nov 13 2015 18:16:13 GMT+0000 (UTC)
13/11 18:16 [9762] - info: Initializing NodeBB v0.9.013/11 18:16 [9762] - warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run
./nodebb reset -p PLUGINNAME
to disable it.- nodebb-plugin-soundpack-default
- nodebb-plugin-dbsearch
- nodebb-rewards-essentials
- nodebb-plugin-markdown
- nodebb-widget-essentials
- nodebb-plugin-spam-be-gone
- nodebb-plugin-mentions
- nodebb-plugin-composer-default
13/11 18:16 [9762] - info: [plugins/spam-be-gone] Settings loaded
13/11 18:16 [9762] - info: NodeBB Ready
13/11 18:16 [9762] - info: NodeBB is now listening on: 0.0.0.0:4567
13/11 18:16 [9762] - error: TypeError: Object socket.io#TBk9hC has no method 'split'
at Redis.onmessage (/home/maximur1/nodebb/node_modules/socket.io-redis/index.js:92:26)
at RedisClient.emit (events.js:106:17)
at RedisClient.return_reply (/home/maximur1/nodebb/node_modules/redis/index.js:656:22)
at /home/maximur1/nodebb/node_modules/redis/index.js:307:18
at process._tickDomainCallback (node.js:486:13)
TypeError: Object socket.io#TBk9hC has no method 'split'
at Redis.onmessage (/home/maximur1/nodebb/node_modules/socket.io-redis/index.js:92:26)
at RedisClient.emit (events.js:106:17)
at RedisClient.return_reply (/home/maximur1/nodebb/node_modules/redis/index.js:656:22)
at /home/maximur1/nodebb/node_modules/redis/index.js:307:18
at process._tickDomainCallback (node.js:486:13)
13/11 18:16 [9762] - info: [app] Shutdown (SIGTERM/SIGINT) Initialised.
13/11 18:16 [9762] - info: [app] Database connection closed.
13/11 18:16 [9762] - info: [app] Web server closed to connections.
13/11 18:16 [9762] - info: [app] Shutdown complete.
[cluster] Child Process (9762) has exited (code: 1, signal: null)
[cluster] Spinning up another process...
13/11 18:16 [9785] - info: Time: Fri Nov 13 2015 18:16:21 GMT+0000 (UTC)
13/11 18:16 [9785] - info: Initializing NodeBB v0.9.03 restarts in 10 seconds, most likely an error on startup. Halting.
-
@maximus123 said:
Object socket.io#TBk9hC has no method 'split'
Hmm, it sounds like something is calling out to a method that doesn't exist in the version of Socket.IO that Nodebb uses. My guess would be one of those incompatible plugins it listed. I'd start one by one turning them off and see if that fixes it. No guarantees though that is problem, its just what I would try next, so you can wait for someone who knows more about the error to respond if you want.
-
Working now! I did not have the good version of redis or connect-redis
With this:
npm install redis@~0.10.1 connect-redis@~2.0.0Working ATM!
http://forum.maximumtrainer.com:4567/Gonna test that stuff, really cool that it worked so fast
-
I think I found a bug with 0.9.0
If you click a post in the list:
http://forum.maximumtrainer.com:4567/category/24/power-curve
and hit the BACK button in the browser, you go back to the list of topic but nothing is shown with NAN -
Should have checked,
Seems like the emailer plugin I was using is not compatible with 0.9.0?
https://github.com/julianlam/nodebb-plugin-emailer-postmarkLooking for a solution...
-
Edited: Need to leave local login ON or the login page does not show
Will try postmark plugin now
-
Updated to the new persona theme fixed the issue with NAN and BACK button not reloading forum post.
Will stick to persona -
Found a bug with the website in PROFILE section;
The website address seems to be converted to HTML code and result in a bad link, example with my profile:
WEBSITE HTTPS://MAXIMUMTRAINER.COM/
For some reason it works here but on the forum it shows '&X2F; codeWeird it's okay now after I edited it back, maybe the dump.rdb correctly saved it now