-
Notifications
You must be signed in to change notification settings - Fork 13
Description
@fsalvi it had been a while since we'd upgraded Discourse, and the site dashboard was complaining that our version was out of date, so I upgraded users.scala-lang.org through the web UI and that went fine
but then, I don't know why, but on contributors.scala-lang.org it isn't able to perform the upgrade automatically
at https://contributors.scala-lang.org/admin/dashboard/whats-new it says "A critical update is available. Please upgrade!"
the upgrade page is https://contributors.scala-lang.org/admin/update and it says:
You are running an old version of the Discourse image
Updates via the web UI are disabled until you run the latest image. To do so log in to your server using SSH and run:
cd /var/discourse
git pull
./launcher rebuild app
is that something you could do...?
not urgent, but we shouldn't let it sit indefinitely, either