This on my sandbox (plain install per 30 minute on an AWS Ubuntu 16.04 isntance), previous update was 4 days ago, after which it ran fine.
All I did was:
cd /var/discourse
git pull
./launcher rebuild app
No errors during the update, but since it finished the site gives 502 bad gateway nginx errors, and docker logs 4b7 shows:
ok: run: redis: (pid 47) 390s
ok: run: postgres: (pid 44) 390s
supervisor pid: 2066 unicorn pid: 2071
config/unicorn_launcher: line 44: kill: (2071) - No such process
config/unicorn_launcher: line 10: kill: (2071) - No such process
exiting
ok: run: redis: (pid 47) 396s
ok: run: postgres: (pid 44) 396s
supervisor pid: 2104 unicorn pid: 2109
config/unicorn_launcher: line 44: kill: (2109) - No such process
config/unicorn_launcher: line 10: kill: (2109) - No such process
I’ve done a shutdown -r, and apt-get update, apt-get upgrade didn’t show any out of date packages.