This article on SendGrid is helpful. You do need to set up a separate MX record on a subdomain (or other domain) for inbound "parse" replies.
easy nodebb upgrade process
-
I thought it was clear, but didnt work for me
i upgraded, it appeared to work, but still when i go into the dashboard it says 1.0.0
-
@ViolentCrumble I'll be testing it and will let you know what works so you can also try.
-
tried commands below and works for me. Now logged in and version showing v1.0.2
git checkout v1.x.x git pull ./nodebb upgrade
-
@charles Not sure what i am doing wrong, but this happens
-
@ViolentCrumble I was confused with commands too.
just use
git checkout v1.x.x
exactly as shown. do not add any numbers. after that you can use the other commands shown in my previous reply. -
@charles ok still no go. This time i used "" git checkout v1.x.x"
Is it normal that it says "Aborted" like that?
but i continued regardless
but still - http://i.imgur.com/LOcqTA0.png
-
@ViolentCrumble use
./nodebb restart
and then check the version again -
-
@ViolentCrumble that is strange that you have
v1.0.3-auto.0
listedwhen I try
git checkout v1.x.x
I get
Already on 'v1.x.x'
Your branch is up-to-date with 'origin/v1.x.x'.
-
@charles I think i might have broken something when i was attempting to backup my forums using git...
When i type git remote -v
i get my own personal git directory. i think i done and gone broken something
-
@charles ANy ideas how to fix this?
What do you get if you type git remote -v
-
origin https://github.com/NodeBB/NodeBB.git (fetch)
origin https://github.com/NodeBB/NodeBB.git (push)
-
@charles ok removed old origin and set new origin. now it shows correctly but now it doesnt work still
I don't know enough about git to know what else to look at?
-
-
@ViolentCrumble that happened to me the last two updates. Restarted the forum from ACP, refreshed the browser, went back to ACP and it updated.