How to Upgrade from v1.13.3 to v1.14.0?
-
@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?