benkamen
(Ben Kamen)
January 22, 2021, 11:28pm
1
I just attempted to update my discourse version using
cd /var/discourse
git pull
./launcher rebuild app
First it was giving me disk space issues, which I resolved using ./launcher cleanup.
However, now I get this error when trying to start the app.
Any guidance would be greatly appreciated. I am NOT a web developer so I know very little about what I’m doing here.
Benjamin_D
(Benjamin Decotte)
January 23, 2021, 12:19am
2
I don’t think I ever manually started the app
did ./launcher rebuild app
give any error after the cleanup ?
1 Like
benkamen
(Ben Kamen)
January 23, 2021, 12:36am
3
Yes, it was giving an error when rebuilding. I just tried rebuilding again and get the same error:
Benjamin_D
(Benjamin Decotte)
January 23, 2021, 6:45am
4
Something seems to be using the 80 port:
netstat -plnt | grep 80
?
Benjamin_D
(Benjamin Decotte)
January 23, 2021, 5:21pm
6
well, nginx is running, if you have no use for it, you can stop it
systemctl stop nginx
or even disable it
systemctl disable nginx
so it won’t start next reboot
and then rebuild.
1 Like