How to Upgrade from v1.13.3 to v1.14.0?
-
@Varun-Ganesh-D said in How to Upgrade from v1.13.3 to v1.14.0?:
Waiting for Some peoples reply who hosted under Heroku
they may know how to upgradeI've not use Heroku in forever and never with NodeBB, but Heroku has to give you access to any GIT repo that you want. So nothing on Heroku should require something special. Just install on Heroku the same as you would install anywhere. The issue, I think, is attempting to do something special for Heroku instead of following the standard NodeBB procedures.
-
@scottalanmiller Btw how to change git remote URL
-
@Varun-Ganesh-D said in How to Upgrade from v1.13.3 to v1.14.0?:
Btw how to change git remote URL
origin doesn't exist yet, so you can't change it, but only add it, like this...
git remote add origin URL
-
@scottalanmiller ok
After adding origin it clones or pulls update from origin?? -
@Varun-Ganesh-D said in How to Upgrade from v1.13.3 to v1.14.0?:
@scottalanmiller ok
After adding origin it clones or pulls update from origin??You will want to update, as you've already cloned.
-
Tried by Changing that Git Origin Link
It worked.
but again i can't able to push to heroku. So again i changed it's orgin url to heroku's url.
but it's crashing when i enter ./nodebb start -
@Varun-Ganesh-D said in How to Upgrade from v1.13.3 to v1.14.0?:
but again i can't able to push to heroku. So again i changed it's orgin url to heroku's url.
I must be missing something fundamental. Why do you want to push to Heroku?
-
@scottalanmiller I'm using heroku to host.
I don't have other vps, -
@Varun-Ganesh-D said in How to Upgrade from v1.13.3 to v1.14.0?:
@scottalanmiller I'm using heroku to host.
I don't have other vps,I understand that, but a normal deployment you don't push anything, ever. The question is not "why Heroku", it's "why are you pushing anywhere".
-
Does Heroku only deploy by pushing to it? I don't use Heroku because I'm not made of money, lol, can't afford it's insane costs. So I'm not familiar.
Normal NodeBB deployment you just git clone and done.
-
@scottalanmiller yeah heroku deployment is through git so you have to bypass gitignore for things.
-
@Varun-Ganesh-D said in How to Upgrade from v1.13.3 to v1.14.0?:
but again i can't able to push to heroku. So again i changed it's orgin url to heroku's url.
Why are you setting origin to Heroku? That's not the origin.
-
@PitaJ said in How to Upgrade from v1.13.3 to v1.14.0?:
@scottalanmiller yeah heroku deployment is through git so you have to bypass gitignore for things.
Gotcha, what a pain for such an expensive service.
-
@Varun-Ganesh-D said in How to Upgrade from v1.13.3 to v1.14.0?:
but it's crashing when i enter ./nodebb start
Does it give any errors?