An upgrade knocked my site offline; how long until it's restored?

This should be your next step:

If even this doesn’t work, you can watch the logs via e.g.:

docker exec app ls -l /shared/log/rails/
docker exec -it app tail -f /shared/log/rails/production.log
1 Like